|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerListener
Classes which implement this interface provide methods that deal with the events that are generated in a Marker.
After creating an instance of a class that implements
this interface it can be added to a control using the
addMarkerListener
method and removed using
the removeMarkerListener
method.
See Google Maps API documentation [Class Reference > GMarker > Events].
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. |
Method Detail |
---|
void clicked()
See Google Maps API documentation [Class Reference > GMarker > Events > click].
void infoWindowClosed()
See Google Maps API documentation [Class Reference > GMarker > Events > infowindowclose].
void infoWindowOpend()
See Google Maps API documentation [Class Reference > GMarker > Events > infowindowopen].
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |