-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum MapTrackingMode
Modes can be used on map to ensure multiple kinds of map displays
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PATH_TRACKING
Map rotates based on current path, ensuring path is always facing up
LOCATION_TRACKING_WITH_ROTATION
Mode where pin will be focused and no navigation will be allowed
LOCATION_TRACKING
Mode where user can navigate through map but focuses current position if touch interaction will be idle for some period of time
NO_TRACKING
Mode where user can navigate through whole map freely
NOT_AVAILABLE
Mode where no location information is available
-
Method Summary
Modifier and Type Method Description int
getVisibleNameResourceId()
Gets visible name resource id. static Array<MapTrackingMode>
values()
static MapTrackingMode
valueOf(String name)
-
-
Method Detail
-
getVisibleNameResourceId
int getVisibleNameResourceId()
Gets visible name resource id.
-
values
static Array<MapTrackingMode> values()
-
valueOf
static MapTrackingMode valueOf(String name)
-
-
-
-