com.google.maps.gwt.client
Class Animation

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

public class Animation
extends JavaScriptObject

Animations that can be played on a marker. Use the setAnimation method on Marker or the animation option to play an animation. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static Animation BOUNCE
          Marker bounces until animation is stopped.
static Animation DROP
          Marker falls from the top of the map ending with a small bounce.
 
Constructor Summary
protected Animation()
          Protected constructor avoids default public constructor.
 
Method Summary
static Animation fromValue(double value)
          Access the enum instance using the underlying value of the type.
 double getValue()
          Access the underlying value of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOUNCE

public static final Animation BOUNCE
Marker bounces until animation is stopped.


DROP

public static final Animation DROP
Marker falls from the top of the map ending with a small bounce.

Constructor Detail

Animation

protected Animation()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final Animation fromValue(double value)
Access the enum instance using the underlying value of the type.


getValue

public final double getValue()
Access the underlying value of the type.