Package | Description |
---|---|
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
static Animation |
Animation.fromValue(Integer value) |
static Animation |
Animation.fromValue(String value)
convert a String value to enum Type
|
Animation |
MarkerOptions.getAnimation() |
Animation |
Marker.getAnimation()
get animation
|
static Animation |
Animation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Animation[] |
Animation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerOptions.setAnimation(Animation animation) |
void |
Marker.setAnimation(Animation animation)
set Animation
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.