public static enum ARController.IntroAnimationMode extends java.lang.Enum<ARController.IntroAnimationMode>
ARController.IntroAnimationParams.| Enum Constant and Description |
|---|
DEFAULT
All properties of the
Map pitch, heading, zoom, pixel and geo transform centers
are animated at once. |
FLY_TO_LOCATION
Animate flying to current or alternative(See setAlternativeCenter()) geo location and
afterwards animate other
Map's properties. |
| Modifier and Type | Method and Description |
|---|---|
static ARController.IntroAnimationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARController.IntroAnimationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ARController.IntroAnimationMode DEFAULT
Map pitch, heading, zoom, pixel and geo transform centers
are animated at once. Default mode.public static final ARController.IntroAnimationMode FLY_TO_LOCATION
Map's properties.public static ARController.IntroAnimationMode[] values()
for (ARController.IntroAnimationMode c : ARController.IntroAnimationMode.values()) System.out.println(c);
public static ARController.IntroAnimationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null