Package com.mapfactor.sdk.map
Enum Class MapControls.MapControl
- All Implemented Interfaces:
Serializable
,Comparable<MapControls.MapControl>
,Constable
- Enclosing interface:
- MapControls
Map controls
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCompassDistance between fingers measurerMap info panelLane info panelNext maneuver navigation panelMap mode buttonMap scaleMap toolbarMaximum speed viewMenu buttonNo sound buttonSignpost panelZoom bar -
Method Summary
Modifier and TypeMethodDescriptionstatic MapControls.MapControl
Returns the enum constant of this class with the specified name.static MapControls.MapControl[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MANEUVER_PANEL
Next maneuver navigation panel- Since:
- 1.0
-
INFO_PANEL
Map info panel- Since:
- 1.0
-
LANE_PANEL
Lane info panel- Since:
- 1.0
-
SIGNPOST_PANEL
Signpost panel- Since:
- 1.0
-
MAX_SPEED_VIEW
Maximum speed view- Since:
- 1.0
-
MAP_TOOLBAR
Map toolbar- Since:
- 1.0
-
MAP_MODE_BUTTON
Map mode button- Since:
- 1.0
-
COMPASS
Compass- Since:
- 1.0
-
FINGERS_DISTANCE
Distance between fingers measurer- Since:
- 1.0
-
MAP_SCALE
Map scale- Since:
- 1.0
-
ZOOM_BAR
Zoom bar- Since:
- 1.0
-
NO_SOUND_BUTTON
No sound button- Since:
- 2.1
-
MENU_BUTTON
Menu button- Since:
- 2.3
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-