Uses of Class
jp.sf.mapswidgets.Overlay

Uses of Overlay in jp.sf.mapswidgets
 

Subclasses of Overlay in jp.sf.mapswidgets
 class Marker
          Instances of this class represent a type of map overlay that shows an icon at a single point on the map.
 class Polyline
          Instances of this class represent a vector polyline overlay on the map.
 

Methods in jp.sf.mapswidgets with parameters of type Overlay
 void GoogleMaps.addOverlay(Overlay added)
          Adds the given overlay object (Marker or Polyline) to the map.
 void GoogleMapsListener.clicked(Overlay clicked)
          Called when the user clicks the overlay on the map.
 void GoogleMapsAdapter.clicked(Overlay overlay)
           
 void GoogleMapsListener.overlayAdded(Overlay added)
          Called after an overlay is added to the map.
 void GoogleMapsAdapter.overlayAdded(Overlay overlay)
           
 void GoogleMapsListener.overlayRemoved(Overlay removed)
          Called after an overlay is removed from the map.
 void GoogleMapsAdapter.overlayRemoved(Overlay overlay)
           
 void GoogleMaps.removeOverlay(Overlay removed)
          Removes the given overlay object from the map.