NavigationMapViewMode
Defines all possible navigation view modes to follow user's location during navigation. Gestures are disabled when using these modes except for GUIDANCE_VIEW_FREE mode : In this mode, gestures are enabled and view does not follow user's location.
Entries
Does not modify view's tilt and zoom level
Forces view's tilt to a specific tilt angle for navigation and sets zoom level to specified Navigation.zoomLevel3D
Forces view's tilt to 0 and sets zoom level to specified Navigation.zoomLevel2D
Forces view's tilt and view's rotation to 0 and doesn't modify view's zoom. Vehicle is in view's center
Automatic view's setting based on vehicle's speed. In guidance mode, it also takes into account distance to next instruction
Navigation engine does not modify any view parameters. Gestures are enabled and view does not follow user's location
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.