|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.sf.mapswidgets.MarkerAdapter
public class MarkerAdapter
This adapter class provides default implementations for the
methods described by the MarkerListener
interface.
MarkerAdapter
Constructor Summary | |
---|---|
MarkerAdapter()
|
Method Summary | |
---|---|
void |
clicked()
Called when the user clicks on the marker. |
void |
infoWindowClosed()
Called when the info window above the marker is closed. |
void |
infoWindowOpend()
Called when the info window is opened above the marker. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkerAdapter()
Method Detail |
---|
public void clicked()
MarkerListener
See Google Maps API documentation [Class Reference > GMarker > Events > click].
clicked
in interface MarkerListener
public void infoWindowClosed()
MarkerListener
See Google Maps API documentation [Class Reference > GMarker > Events > infowindowclose].
infoWindowClosed
in interface MarkerListener
public void infoWindowOpend()
MarkerListener
See Google Maps API documentation [Class Reference > GMarker > Events > infowindowopen].
infoWindowOpend
in interface MarkerListener
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |