com.google.maps.gwt.client
Class Marker

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MVCObject
          extended by com.google.maps.gwt.client.Marker

public class Marker
extends MVCObject

THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Nested Class Summary
static interface Marker.AnimationChangedHandler
          This event is fired when the marker's animation property changes.
static interface Marker.ClickableChangedHandler
          This event is fired when the marker's clickable property changes.
static interface Marker.ClickHandler
          This event is fired when the marker icon was clicked.
static interface Marker.CursorChangedHandler
          This event is fired when the marker's cursor property changes.
static interface Marker.DblClickHandler
          This event is fired when the marker icon was double clicked.
static interface Marker.DragEndHandler
          This event is fired when the user stops dragging the marker.
static interface Marker.DraggableChangedHandler
          This event is fired when the marker's draggable property changes.
static interface Marker.DragHandler
          This event is repeatedly fired while the user drags the marker.
static interface Marker.DragStartHandler
          This event is fired when the user starts dragging the marker.
static interface Marker.FlatChangedHandler
          This event is fired when the marker's flat property changes.
static interface Marker.IconChangedHandler
          This event is fired when the marker icon property changes.
static interface Marker.MouseDownHandler
          This event is fired for a mousedown on the marker.
static interface Marker.MouseOutHandler
          This event is fired when the mouse leaves the area of the marker icon.
static interface Marker.MouseOverHandler
          This event is fired when the mouse enters the area of the marker icon.
static interface Marker.MouseUpHandler
          This event is fired for a mouseup on the marker.
static interface Marker.PositionChangedHandler
          This event is fired when the marker position property changes.
static interface Marker.RightClickHandler
          This event is fired for a rightclick on the marker.
static interface Marker.ShadowChangedHandler
          This event is fired when the marker's shadow property changes.
static interface Marker.ShapeChangedHandler
          This event is fired when the marker's shape property changes.
static interface Marker.TitleChangedHandler
          This event is fired when the marker title property changes.
static interface Marker.VisibleChangedHandler
          This event is fired when the marker's visible property changes.
static interface Marker.ZIndexChangedHandler
          This event is fired when the marker's zIndex property changes.
 
Field Summary
static double MAX_ZINDEX
          The maximum default z-index that the API will assign to a marker.
 
Constructor Summary
protected Marker()
          Protected constructor avoids default public constructor.
 
Method Summary
 void addAnimationChangedListener(Marker.AnimationChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addAnimationChangedListenerOnce(Marker.AnimationChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addClickableChangedListener(Marker.ClickableChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addClickableChangedListenerOnce(Marker.ClickableChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addClickListener(Marker.ClickHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addClickListenerOnce(Marker.ClickHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addCursorChangedListener(Marker.CursorChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addCursorChangedListenerOnce(Marker.CursorChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addDblClickListener(Marker.DblClickHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addDblClickListenerOnce(Marker.DblClickHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addDragEndListener(Marker.DragEndHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addDragEndListenerOnce(Marker.DragEndHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addDraggableChangedListener(Marker.DraggableChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addDraggableChangedListenerOnce(Marker.DraggableChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addDragListener(Marker.DragHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addDragListenerOnce(Marker.DragHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addDragStartListener(Marker.DragStartHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addDragStartListenerOnce(Marker.DragStartHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addFlatChangedListener(Marker.FlatChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addFlatChangedListenerOnce(Marker.FlatChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addIconChangedListener(Marker.IconChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addIconChangedListenerOnce(Marker.IconChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addMouseDownListener(Marker.MouseDownHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addMouseDownListenerOnce(Marker.MouseDownHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addMouseOutListener(Marker.MouseOutHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addMouseOutListenerOnce(Marker.MouseOutHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addMouseOverListener(Marker.MouseOverHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addMouseOverListenerOnce(Marker.MouseOverHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addMouseUpListener(Marker.MouseUpHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addMouseUpListenerOnce(Marker.MouseUpHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addPositionChangedListener(Marker.PositionChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addPositionChangedListenerOnce(Marker.PositionChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addRightClickListener(Marker.RightClickHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addRightClickListenerOnce(Marker.RightClickHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addShadowChangedListener(Marker.ShadowChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addShadowChangedListenerOnce(Marker.ShadowChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addShapeChangedListener(Marker.ShapeChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addShapeChangedListenerOnce(Marker.ShapeChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addTitleChangedListener(Marker.TitleChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addTitleChangedListenerOnce(Marker.TitleChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addVisibleChangedListener(Marker.VisibleChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addVisibleChangedListenerOnce(Marker.VisibleChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void addZIndexChangedListener(Marker.ZIndexChangedHandler handler)
          Adds the given listener function to the given event name for the given object instance.
 void addZIndexChangedListenerOnce(Marker.ZIndexChangedHandler handler)
          Like addListener, but the handler removes itself after handling the first event.
 void clearAnimationChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearClickableChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearClickListeners()
          Removes all listeners for the given event for the given instance.
 void clearCursorChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearDblClickListeners()
          Removes all listeners for the given event for the given instance.
 void clearDragEndListeners()
          Removes all listeners for the given event for the given instance.
 void clearDraggableChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearDragListeners()
          Removes all listeners for the given event for the given instance.
 void clearDragStartListeners()
          Removes all listeners for the given event for the given instance.
 void clearFlatChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearIconChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearInstanceListeners()
          Removes all listeners for all events for the given instance.
 void clearMouseDownListeners()
          Removes all listeners for the given event for the given instance.
 void clearMouseOutListeners()
          Removes all listeners for the given event for the given instance.
 void clearMouseOverListeners()
          Removes all listeners for the given event for the given instance.
 void clearMouseUpListeners()
          Removes all listeners for the given event for the given instance.
 void clearPositionChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearRightClickListeners()
          Removes all listeners for the given event for the given instance.
 void clearShadowChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearShapeChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearTitleChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearVisibleChangedListeners()
          Removes all listeners for the given event for the given instance.
 void clearZIndexChangedListeners()
          Removes all listeners for the given event for the given instance.
static Marker create()
          Creates a marker with the options specified.
static Marker create(MarkerOptions opts)
          Creates a marker with the options specified.
 Animation getAnimation()
           
 boolean getClickable()
           
 java.lang.String getCursor()
           
 boolean getDraggable()
           
 boolean getFlat()
           
 LatLng getPosition()
           
 MarkerShape getShape()
           
 java.lang.String getTitle()
           
 boolean getVisible()
           
 double getZIndex()
           
 void setAnimation()
          Start an animation.
 void setAnimation(Animation animation)
          Start an animation.
 void setClickable(boolean flag)
           
 void setCursor(java.lang.String cursor)
           
 void setDraggable()
           
 void setDraggable(boolean flag)
           
 void setFlat(boolean flag)
           
 void setIcon(MarkerImage icon)
           
 void setIcon(java.lang.String icon)
           
 void setMap(GoogleMap map)
          Renders the marker on the specified map or panorama.
 void setMap(StreetViewPanorama map)
          Renders the marker on the specified map or panorama.
 void setOptions(MarkerOptions options)
           
 void setPosition(LatLng latlng)
           
 void setShadow(MarkerImage shadow)
           
 void setShadow(java.lang.String shadow)
           
 void setShape(MarkerShape shape)
           
 void setTitle(java.lang.String title)
           
 void setVisible(boolean visible)
           
 void setZIndex(double zIndex)
           
 void triggerAnimationChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerClick(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerClickableChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerCursorChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerDblClick(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerDrag(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerDragEnd(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerDraggableChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerDragStart(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerFlatChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerIconChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerMouseDown(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerMouseOut(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerMouseOver(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerMouseUp(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerPositionChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerRightClick(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerShadowChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerShapeChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerTitleChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerVisibleChanged(JavaScriptObject... varargs)
          Triggers the given event.
 void triggerZIndexChanged(JavaScriptObject... varargs)
          Triggers the given event.
 
Methods inherited from class com.google.maps.gwt.client.MVCObject
bindTo, bindTo, bindTo, bindTo, changed, get, notify, set, setValues, setValues, unbind, unbindAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_ZINDEX

public static final double MAX_ZINDEX
The maximum default z-index that the API will assign to a marker. You may set a higher z-index to bring a marker to the front.

Constructor Detail

Marker

protected Marker()
Protected constructor avoids default public constructor.

Method Detail

create

public static Marker create(MarkerOptions opts)
Creates a marker with the options specified. If a map is specified, the marker is added to the map upon construction. Note that the position must be set for the marker to display.


create

public static Marker create()
Creates a marker with the options specified. If a map is specified, the marker is added to the map upon construction. Note that the position must be set for the marker to display.


addAnimationChangedListener

public final void addAnimationChangedListener(Marker.AnimationChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addAnimationChangedListenerOnce

public final void addAnimationChangedListenerOnce(Marker.AnimationChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addClickListener

public final void addClickListener(Marker.ClickHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addClickListenerOnce

public final void addClickListenerOnce(Marker.ClickHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addClickableChangedListener

public final void addClickableChangedListener(Marker.ClickableChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addClickableChangedListenerOnce

public final void addClickableChangedListenerOnce(Marker.ClickableChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addCursorChangedListener

public final void addCursorChangedListener(Marker.CursorChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addCursorChangedListenerOnce

public final void addCursorChangedListenerOnce(Marker.CursorChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addDblClickListener

public final void addDblClickListener(Marker.DblClickHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addDblClickListenerOnce

public final void addDblClickListenerOnce(Marker.DblClickHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addDragEndListener

public final void addDragEndListener(Marker.DragEndHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addDragEndListenerOnce

public final void addDragEndListenerOnce(Marker.DragEndHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addDragListener

public final void addDragListener(Marker.DragHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addDragListenerOnce

public final void addDragListenerOnce(Marker.DragHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addDragStartListener

public final void addDragStartListener(Marker.DragStartHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addDragStartListenerOnce

public final void addDragStartListenerOnce(Marker.DragStartHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addDraggableChangedListener

public final void addDraggableChangedListener(Marker.DraggableChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addDraggableChangedListenerOnce

public final void addDraggableChangedListenerOnce(Marker.DraggableChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addFlatChangedListener

public final void addFlatChangedListener(Marker.FlatChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addFlatChangedListenerOnce

public final void addFlatChangedListenerOnce(Marker.FlatChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addIconChangedListener

public final void addIconChangedListener(Marker.IconChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addIconChangedListenerOnce

public final void addIconChangedListenerOnce(Marker.IconChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addMouseDownListener

public final void addMouseDownListener(Marker.MouseDownHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addMouseDownListenerOnce

public final void addMouseDownListenerOnce(Marker.MouseDownHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addMouseOutListener

public final void addMouseOutListener(Marker.MouseOutHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addMouseOutListenerOnce

public final void addMouseOutListenerOnce(Marker.MouseOutHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addMouseOverListener

public final void addMouseOverListener(Marker.MouseOverHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addMouseOverListenerOnce

public final void addMouseOverListenerOnce(Marker.MouseOverHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addMouseUpListener

public final void addMouseUpListener(Marker.MouseUpHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addMouseUpListenerOnce

public final void addMouseUpListenerOnce(Marker.MouseUpHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addPositionChangedListener

public final void addPositionChangedListener(Marker.PositionChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addPositionChangedListenerOnce

public final void addPositionChangedListenerOnce(Marker.PositionChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addRightClickListener

public final void addRightClickListener(Marker.RightClickHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addRightClickListenerOnce

public final void addRightClickListenerOnce(Marker.RightClickHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addShadowChangedListener

public final void addShadowChangedListener(Marker.ShadowChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addShadowChangedListenerOnce

public final void addShadowChangedListenerOnce(Marker.ShadowChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addShapeChangedListener

public final void addShapeChangedListener(Marker.ShapeChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addShapeChangedListenerOnce

public final void addShapeChangedListenerOnce(Marker.ShapeChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addTitleChangedListener

public final void addTitleChangedListener(Marker.TitleChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addTitleChangedListenerOnce

public final void addTitleChangedListenerOnce(Marker.TitleChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addVisibleChangedListener

public final void addVisibleChangedListener(Marker.VisibleChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addVisibleChangedListenerOnce

public final void addVisibleChangedListenerOnce(Marker.VisibleChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


addZIndexChangedListener

public final void addZIndexChangedListener(Marker.ZIndexChangedHandler handler)
Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().


addZIndexChangedListenerOnce

public final void addZIndexChangedListenerOnce(Marker.ZIndexChangedHandler handler)
Like addListener, but the handler removes itself after handling the first event.


clearAnimationChangedListeners

public final void clearAnimationChangedListeners()
Removes all listeners for the given event for the given instance.


clearClickListeners

public final void clearClickListeners()
Removes all listeners for the given event for the given instance.


clearClickableChangedListeners

public final void clearClickableChangedListeners()
Removes all listeners for the given event for the given instance.


clearCursorChangedListeners

public final void clearCursorChangedListeners()
Removes all listeners for the given event for the given instance.


clearDblClickListeners

public final void clearDblClickListeners()
Removes all listeners for the given event for the given instance.


clearDragEndListeners

public final void clearDragEndListeners()
Removes all listeners for the given event for the given instance.


clearDragListeners

public final void clearDragListeners()
Removes all listeners for the given event for the given instance.


clearDragStartListeners

public final void clearDragStartListeners()
Removes all listeners for the given event for the given instance.


clearDraggableChangedListeners

public final void clearDraggableChangedListeners()
Removes all listeners for the given event for the given instance.


clearFlatChangedListeners

public final void clearFlatChangedListeners()
Removes all listeners for the given event for the given instance.


clearIconChangedListeners

public final void clearIconChangedListeners()
Removes all listeners for the given event for the given instance.


clearInstanceListeners

public final void clearInstanceListeners()
Removes all listeners for all events for the given instance.


clearMouseDownListeners

public final void clearMouseDownListeners()
Removes all listeners for the given event for the given instance.


clearMouseOutListeners

public final void clearMouseOutListeners()
Removes all listeners for the given event for the given instance.


clearMouseOverListeners

public final void clearMouseOverListeners()
Removes all listeners for the given event for the given instance.


clearMouseUpListeners

public final void clearMouseUpListeners()
Removes all listeners for the given event for the given instance.


clearPositionChangedListeners

public final void clearPositionChangedListeners()
Removes all listeners for the given event for the given instance.


clearRightClickListeners

public final void clearRightClickListeners()
Removes all listeners for the given event for the given instance.


clearShadowChangedListeners

public final void clearShadowChangedListeners()
Removes all listeners for the given event for the given instance.


clearShapeChangedListeners

public final void clearShapeChangedListeners()
Removes all listeners for the given event for the given instance.


clearTitleChangedListeners

public final void clearTitleChangedListeners()
Removes all listeners for the given event for the given instance.


clearVisibleChangedListeners

public final void clearVisibleChangedListeners()
Removes all listeners for the given event for the given instance.


clearZIndexChangedListeners

public final void clearZIndexChangedListeners()
Removes all listeners for the given event for the given instance.


getAnimation

public final Animation getAnimation()

getClickable

public final boolean getClickable()

getCursor

public final java.lang.String getCursor()

getDraggable

public final boolean getDraggable()

getFlat

public final boolean getFlat()

getPosition

public final LatLng getPosition()

getShape

public final MarkerShape getShape()

getTitle

public final java.lang.String getTitle()

getVisible

public final boolean getVisible()

getZIndex

public final double getZIndex()

setAnimation

public final void setAnimation(Animation animation)
Start an animation. Any ongoing animation will be cancelled. Currently supported animations are: BOUNCE, DROP. Passing in null will cause any animation to stop.


setAnimation

public final void setAnimation()
Start an animation. Any ongoing animation will be cancelled. Currently supported animations are: BOUNCE, DROP. Passing in null will cause any animation to stop.


setClickable

public final void setClickable(boolean flag)

setCursor

public final void setCursor(java.lang.String cursor)

setDraggable

public final void setDraggable(boolean flag)

setDraggable

public final void setDraggable()

setFlat

public final void setFlat(boolean flag)

setIcon

public final void setIcon(java.lang.String icon)

setIcon

public final void setIcon(MarkerImage icon)

setMap

public final void setMap(GoogleMap map)
Renders the marker on the specified map or panorama. If map is set to null, the marker will be removed.


setMap

public final void setMap(StreetViewPanorama map)
Renders the marker on the specified map or panorama. If map is set to null, the marker will be removed.


setOptions

public final void setOptions(MarkerOptions options)

setPosition

public final void setPosition(LatLng latlng)

setShadow

public final void setShadow(java.lang.String shadow)

setShadow

public final void setShadow(MarkerImage shadow)

setShape

public final void setShape(MarkerShape shape)

setTitle

public final void setTitle(java.lang.String title)

setVisible

public final void setVisible(boolean visible)

setZIndex

public final void setZIndex(double zIndex)

triggerAnimationChanged

public final void triggerAnimationChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerClick

public final void triggerClick(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerClickableChanged

public final void triggerClickableChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerCursorChanged

public final void triggerCursorChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerDblClick

public final void triggerDblClick(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerDrag

public final void triggerDrag(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerDragEnd

public final void triggerDragEnd(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerDragStart

public final void triggerDragStart(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerDraggableChanged

public final void triggerDraggableChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerFlatChanged

public final void triggerFlatChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerIconChanged

public final void triggerIconChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerMouseDown

public final void triggerMouseDown(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerMouseOut

public final void triggerMouseOut(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerMouseOver

public final void triggerMouseOver(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerMouseUp

public final void triggerMouseUp(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerPositionChanged

public final void triggerPositionChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerRightClick

public final void triggerRightClick(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerShadowChanged

public final void triggerShadowChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerShapeChanged

public final void triggerShapeChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerTitleChanged

public final void triggerTitleChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerVisibleChanged

public final void triggerVisibleChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.


triggerZIndexChanged

public final void triggerZIndexChanged(JavaScriptObject... varargs)
Triggers the given event. All arguments after eventName are passed as arguments to the listeners.