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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionCompassDistance between fingers measurerMap info panelLane info panelNext maneuver navigation panelMap mode buttonMap scaleMap toolbarMaximum speed viewMenu buttonNo sound buttonSignpost panelZoom bar
- 
Method SummaryModifier and TypeMethodDescriptionstatic MapControls.MapControlReturns 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_PANELNext maneuver navigation panel- Since:
- 1.0
 
- 
INFO_PANELMap info panel- Since:
- 1.0
 
- 
LANE_PANELLane info panel- Since:
- 1.0
 
- 
SIGNPOST_PANELSignpost panel- Since:
- 1.0
 
- 
MAX_SPEED_VIEWMaximum speed view- Since:
- 1.0
 
- 
MAP_TOOLBARMap toolbar- Since:
- 1.0
 
- 
MAP_MODE_BUTTONMap mode button- Since:
- 1.0
 
- 
COMPASSCompass- Since:
- 1.0
 
- 
FINGERS_DISTANCEDistance between fingers measurer- Since:
- 1.0
 
- 
MAP_SCALEMap scale- Since:
- 1.0
 
- 
ZOOM_BARZoom bar- Since:
- 1.0
 
- 
NO_SOUND_BUTTONNo sound button- Since:
- 2.1
 
- 
MENU_BUTTONMenu button- Since:
- 2.3
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-