Package | Description |
---|---|
org.osmdroid.views |
Modifier and Type | Method and Description |
---|---|
static MapControllerOld.AnimationType |
MapControllerOld.AnimationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapControllerOld.AnimationType[] |
MapControllerOld.AnimationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MapControllerOld.animateTo(GeoPoint gp,
MapControllerOld.AnimationType aAnimationType)
Deprecated.
|
void |
MapControllerOld.animateTo(GeoPoint gp,
MapControllerOld.AnimationType aAnimationType,
int aSmoothness,
int aDuration)
Deprecated.
|
void |
MapControllerOld.animateTo(int aLatitudeE6,
int aLongitudeE6,
MapControllerOld.AnimationType aAnimationType)
Deprecated.
Animates the underlying
MapView that it centers the passed coordinates in the end. |
void |
MapControllerOld.animateTo(int aLatitudeE6,
int aLongitudeE6,
MapControllerOld.AnimationType aAnimationType,
int aSmoothness,
int aDuration)
Deprecated.
Animates the underlying
MapView that it centers the passed coordinates in the end. |
Copyright © 2014. All Rights Reserved.