Java com.google.gwt.maps.client.overlays Marker fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.overlays Marker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.overlays Marker.

The text is from its open source code.

Method

HandlerRegistrationaddClickHandler(final ClickMapHandler handler)
This event is fired when the marker icon was clicked.
HandlerRegistrationaddMouseDownHandler(final MouseDownMapHandler handler)
This event is fired for a mousedown on the marker.
HandlerRegistrationaddMouseUpHandler(final MouseUpMapHandler handler)
This event is fired for a mouseup on the marker.
LatLnggetPosition()
get Position
MarkernewInstance(final MarkerOptions options)
Creates a marker with the options specified.
voidsetIcon(String icon)
set Icon
voidsetIcon(Symbol icon)
set Icon using a Symbol
voidsetIcon(MarkerImage icon)
set Icon
voidsetMap(final MapWidget mapWidget)
set Map
voidsetMap(final StreetViewPanoramaWidget pano)
set Map
voidsetPosition(LatLng latlng)
set Position
voidsetTitle(String title)
set Title
voidsetVisible(boolean visible)
set Visible