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

Example usage for Java com.google.gwt.maps.client.overlays MarkerOptions 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 MarkerOptions.

The text is from its open source code.

Method

MarkerOptionsnewInstance()
create Marker Options
voidsetAnimation(Animation animation)
voidsetClickable(boolean clickable)
sets If true, the marker receives mouse and touch events.
voidsetDraggable(boolean draggable)
sets If true, the marker can be dragged.
voidsetIcon(String icon)
sets Icon for the foreground
voidsetIcon(MarkerImage icon)
sets Map on which to display Marker.
voidsetMap(MapWidget mapWidget)
sets Map on which to display Polyline.
voidsetMap(StreetViewPanoramaWidget streetViewPanoramaWidget)
voidsetOptimized(boolean optimized)
sets Optimization renders many markers as a single static element.
voidsetPosition(LatLng position)
sets Marker position.
voidsetShadow(String shadow)
sets Shadow image
voidsetShadow(MarkerImage shadow)
sets Shadow image
voidsetTitle(String title)
sets Rollover text
voidsetVisible(boolean visible)
sets If true, the marker is visible