A B C D E G H I J M O P R S T V W Z

M

MapType - Enum in jp.sf.mapswidgets
 
mapTypeChanged() - Method in class jp.sf.mapswidgets.GoogleMapsAdapter
 
mapTypeChanged() - Method in interface jp.sf.mapswidgets.GoogleMapsListener
Called after the map type (Map, Hybrid, or Satellite) changes.
Marker - Class in jp.sf.mapswidgets
Instances of this class represent a type of map overlay that shows an icon at a single point on the map.
Marker(Point) - Constructor for class jp.sf.mapswidgets.Marker
Construct a new instance of this class given the point.
Marker(Point, Icon) - Constructor for class jp.sf.mapswidgets.Marker
Construct a new instance of this class given the point and the icon.
MarkerAdapter - Class in jp.sf.mapswidgets
This adapter class provides default implementations for the methods described by the MarkerListener interface.
MarkerAdapter() - Constructor for class jp.sf.mapswidgets.MarkerAdapter
 
MarkerListener - Interface in jp.sf.mapswidgets
Classes which implement this interface provide methods that deal with the events that are generated in a Marker.
moved() - Method in class jp.sf.mapswidgets.GoogleMapsAdapter
 
moved() - Method in interface jp.sf.mapswidgets.GoogleMapsListener
Called when the map is moving.
moveEnded() - Method in class jp.sf.mapswidgets.GoogleMapsAdapter
 
moveEnded() - Method in interface jp.sf.mapswidgets.GoogleMapsListener
Called at the end of a discrete or continuous map movement.
moveStarted() - Method in class jp.sf.mapswidgets.GoogleMapsAdapter
 
moveStarted() - Method in interface jp.sf.mapswidgets.GoogleMapsListener
Called at the beginning of a continuous pan/drag movement.
moveTo(Point) - Method in class jp.sf.mapswidgets.GoogleMaps
Centers the map at the given point, doing a fluid pan to the point if it is within the current map viewport.

A B C D E G H I J M O P R S T V W Z