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

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

The text is from its open source code.

Constructor

MarkerOptions()
JavaScript overlays require a protected constructor.

Method

MarkerOptionsnewInstance()
MarkerOptionsnewInstance(Icon icon)
voidsetAutoPan(boolean autoPan)
Auto-pan the map as you drag the marker near the edge.
voidsetClickable(boolean clickable)
Toggles whether or not the marker is clickable.
voidsetDraggable(boolean draggable)
Toggles whether or not the marker will be draggable by users.
voidsetIcon(Icon icon)
Chooses the Icon for this class.
voidsetTitle(String title)
This string will appear as tooltip on the marker, i.e.