Skip to main content

enumeration

ActionResult

Type of action result.

Properties

OK

EnumItem

Action is completed successfully.

NETWORK_ERROR

EnumItem

Network error.

AddEventError

Error type of adding a traffic event.

Properties

NETWORK_ERROR

EnumItem

Network error.

TERRITORY_NOT_SUPPORTED

EnumItem

Attempt to add event outside 2GIS projects.

UNKNOWN_USER_LOCATION

EnumItem

User current position is unknown. Traffic events can only be added with a known position.

USER_LOCATION_TOO_FAR_FROM_EVENT

EnumItem

User is too far from the place of the added event.

NOT_AUTHORIZED

EnumItem

Attempt to add an anonymous event in a territory where user authorization is required.

EnumItem

User has declined collecting and sending personal data.

USER_BLOCKED

EnumItem

User is blocked.

TOO_MANY_REQUESTS

EnumItem

User creates events too often.

Alignment

Properties

TOP_LEFT

EnumItem

TOP_RIGHT

EnumItem

BOTTOM_LEFT

EnumItem

BOTTOM_RIGHT

EnumItem

AnimationMode

Animation mode.

Properties

NORMAL

EnumItem

Normal. Object animation is displayed once.

LOOP

EnumItem

Looped. Object animation is displayed in a loop.

AudioVolume

Preset volume levels for audio hints in the navigator.

Properties

NORMAL

EnumItem

QUIET

EnumItem

MINIMAL

EnumItem

AuthorType

Content author category.

Properties

ANONYMOUS

EnumItem

Anonymous user.

DOUBLE_GIS

EnumItem

2GIS company.

USER

EnumItem

Authorized user.

ME

EnumItem

Current application user.

BearingSource

Source of the direction.

Properties

AUTO

EnumItem

Automatic selection of a direction source depending on geoposition parameters.

SATELLITE

EnumItem

Orient the map according to the direction obtained from GNSS.

MAGNETIC

EnumItem

Orient the map by a compass.

BetterRouteResponse

User response to an alternative route suggestion.

Properties

ACCEPT

EnumItem

User accepted the suggestion to switch to an alternative route.

REJECT

EnumItem

User explicitly declined the suggestion to switch to an alternative route.

TIMEOUT

EnumItem

BicycleInstructionCrossroadLandmark

Landmark.

Properties

NONE

EnumItem

No direction.

CROSSWALK

EnumItem

Crosswalk.

TRAFFIC_LIGHT

EnumItem

Traffic light.

BicycleInstructionCrossroadManeuverDirection

Direction of movement.

Properties

STRAIGHT

EnumItem

Straight ahead.

LEFT

EnumItem

Left.

RIGHT

EnumItem

Right.

SHARPLY_LEFT

EnumItem

Sharply left.

SHARPLY_RIGHT

EnumItem

Sharply right.

KEEP_LEFT

EnumItem

Keep left.

KEEP_RIGHT

EnumItem

Keep right.

CalloutVisualizationMode

Display mode for route callouts with time and length. Unlike DisplayFlag, affects not only the display, but also the calculation of callouts positions for each individual route object. See IRouteMapObject::display_flags.\nSee IRouteMapObject::callout_position.

Properties

ALWAYS

EnumItem

Show callouts (taking DisplayFlag into account) and calculate positions for them if at least one route is added to the source.

MULTIPLE_ROUTES

EnumItem

Show callouts (taking DisplayFlag into account) and calculate positions for them only if more than one route object is added to the source.

NONE

EnumItem

Do not show callouts and do not calculate their positions.

CameraAnimatedMoveReason

Reason for animated camera movement.

Properties

APPLICATION

EnumItem

Explicit call to ICamera::move()

EVENT

EnumItem

Animated movement is caused by event handling (kinematics after map movement, north rotation and others).

INTERNAL

EnumItem

Internal reasons, for example, due to active tracking of the user's position.

CameraAnimatedMoveResult

Result of moving the camera.

Properties

FINISHED

EnumItem

Moving the camera position is completed when the finish point is reached.

CANCELLED_BY_EVENT

EnumItem

Camera position movement is canceled by a map event (pan, zoom, etc.).

CANCELLED_BY_APPLICATION

EnumItem

New flyover has been launched, the position has been changed (explicitly or indirectly through ICamera::set_position_point() or ICamera::set_padding()) or the tracking mode has been changed.

CameraAnimationType

Type of flyover.

Properties

DEFAULT

EnumItem

Type of flyover is selected depending on the distance between the start and end positions.

LINEAR

EnumItem

Linear change of camera position parameters.

SHOW_BOTH_POSITIONS

EnumItem

Zoom changes to try and display the staring and finishing positions at some point during flyover. Positions may not be displayed if the current restrictions (see ICamera::zoom_restrictions()) do not allow such a small zoom to be set.

CameraBehaviourChangeReason

Reason for changing the follow mode of the camera.

Properties

APPLICATION

EnumItem

Mode switching by the application, setting position (explicitly or indirectly through ICamera::set_position_point()), start of the flyover.

EVENT

EnumItem

Follow mode has changed due to a map event. Depending on the event, the follow mode for position, pan, tilt, or zoom may be reset, see CameraBehaviour.

CameraFollowState

State of the camera following the user current location.

Properties

OFF

EnumItem

Camera is not in following mode.

FOLLOW_POSITION

EnumItem

Camera is in position following mode.

FOLLOW_DIRECTION

EnumItem

Camera is in position and direction following mode.

CameraPurpose

Camera purpose.

Properties

SPEED_CONTROL

EnumItem

Detection of exceeding the speed limit.

AVERAGE_SPEED_CONTROL

EnumItem

Detection of exceeding the average speed limit in the area.

PUBLIC_TRANSPORT_LANE_MOVEMENT_CONTROL

EnumItem

Decetion of moving on a dedicated lane for public transport.

ROAD_MARKINGS_CROSSING_CONTROL

EnumItem

Detection of crossing a solid marking line, moving along the edge of the road.

TRAFFIC_LIGHTS_VIOLATION_CONTROL

EnumItem

Detection of the passage to a prohibiting signal of the traffic light.

STOP_LINE_CROSSING_CONTROL

EnumItem

Detection of crossing the stop line, passage without stopping at the "Stop" sign, exit to the intersection during a traffic jam.

ONCOMING_TRAFFIC_LANE_MOVEMENT_CONTROL

EnumItem

Detection of moving in the oncoming lane.

PEDESTRIAN_ADVANTAGE_VIOLATION_CONTROL

EnumItem

Detection of not giving priority to pedestrians.

LANE_DISCIPLINE_CONTROL

EnumItem

Detection of violating the lane regulations during the turn at the intersection.

NO_STOPPING_VIOLATION_CONTROL

EnumItem

Detection of violationg stop prohibition.

DUMMY

EnumItem

Dummy.

TRUCK

EnumItem

Camera of the "Platon" system, restriction control camera for trucks.

CameraState

Camera state.

Properties

BUSY

EnumItem

Camera is controlled by the user.

FLY

EnumItem

Active flyover is on.

FOLLOW_POSITION

EnumItem

Camera in position following mode.

FREE

EnumItem

Camera is not controlled by the user and there are no active flyovers.

CarBriefRouteInfoTrafficSpeed

Traffic speed.

Properties

UNKNOWN

EnumItem

Speed unknown.

SLOW

EnumItem

Low traffic speed.

NORMAL

EnumItem

Normal traffic speed.

FAST

EnumItem

High traffic speed.

CarInstructionCrossroadDirection

Direction of movement at the intersection.

Properties

STRAIGHT

EnumItem

Straight ahead.

SLIGHTLY_LEFT

EnumItem

Slightly left.

LEFT

EnumItem

Left.

SHARPLY_LEFT

EnumItem

Sharply left.

UTURN

EnumItem

U-turn.

SHARPLY_RIGHT

EnumItem

Sharply right.

RIGHT

EnumItem

Right.

SLIGHTLY_RIGHT

EnumItem

Slightly right.

KEEP_LEFT

EnumItem

Keep left.

KEEP_RIGHT

EnumItem

Keep right.

CarInstructionCrossroadLandmark

Landmark.

Properties

NONE

EnumItem

No landmark.

TUNNEL_BEFORE

EnumItem

In front of the tunnel.

TUNNEL_ENTRY

EnumItem

Entrance to the tunnel.

BRIDGE_BEFORE

EnumItem

In front of the bridge.

BRIDGE_ENTRY

EnumItem

Entrance to the bridge.

ARCHWAY_ENTRY

EnumItem

Entrance into the arch.

ON_TRAFFIC_LIGHT

EnumItem

At the traffic lights.

COURTYARD_ENTRY

EnumItem

Entrance to the yard.

CarInstructionRoundaboutType

Type of maneuver at a roundabout.

Properties

ENTRY

EnumItem

Entrance to the roundabout.

INTERMEDIATE

EnumItem

Intermediate instructions on the roundabout.

EXIT

EnumItem

Exit from the roundabout.

CheckableItemType

The type of element to be checked.

Properties

SIMPLE

EnumItem

Simple element.

GROUP

EnumItem

A set of elements that works as a radio group.

CopyrightInsetsSide

Properties

LEFT

EnumItem

TOP

EnumItem

RIGHT

EnumItem

BOTTOM

EnumItem

DesiredAccuracy

Expected accuracy of location detection.

Properties

LOW

EnumItem

Location accuracy is low. The most suitable mode for determining the current city/area. This mode is characterized by low power consumption. In this mode, the device can either rely solely on networks (Wi-Fi, 3GPP, IP), or use GNSS -receiver in low power mode (with geolocation caching for a long time).

MEDIUM

EnumItem

Location accuracy provided by a standard GNSS receiver. The most suitable mode for displaying the current location on a map. If a GNSS receiver is installed on the device and the satellites are in the field of view, then satellite data is used to determine the location. Otherwise Alternate location sources are used.

HIGH

EnumItem

Location accuracy provided by a standard GNSS receiver and possibly improved with additional tools. The most suitable mode for route guidance. Similar to Medium mode, but the GNSS receiver can be set to a higher accuracy mode, or can be used to refine the location additional sensors. May consume a lot of power (device in this mode is usually connected to a power source).

DgisSourceWorkingMode

Sets the mode of operation for the IDgisSource data source.

Properties

ONLINE

EnumItem

Obtains data from 2GIS servers.

OFFLINE

EnumItem

Uses preloaded data in work.

HYBRID_ONLINE_FIRST

EnumItem

Hybrid mode where data from the 2GIS servers is prioritized. Preloaded data is used if data cannot be obtained from the servers for some reason or if preloaded data matches the data from the servers.

HYBRID_OFFLINE_FIRST

EnumItem

Hybrid mode where preloaded data is prioritized. Data from the 2GIS servers is used if preloaded data is not available.

ExcludedAreaSeverity

Priority of excluding the area.

Properties

SOFT

EnumItem

Lower priority of exclusion, the area is avoided if possible.

HARD

EnumItem

Higher priority of exclusion, the area is always voided.

ExcludedAreaType

Type of the excluded area.

Properties

POINT

EnumItem

Excluded area is a circle with the center at the first point of points and radius equal to extent. There should be exactly one point in points, otherwise the request fails.

POLYLINE

EnumItem

Excluded area is a polyline with a width equal to extent (points are vertices of the line).

POLYGON

EnumItem

Excluded area is a polygon with vertices at its points. In addition, there is a padding from extent on the sides of the polygon.

FilterType

Filter type.

Properties

SORT

EnumItem

Filter sets the order of sorting search results.

FILTER

EnumItem

Filter identifies if an object in search results has a specific attribute.

FollowBearing

Properties

OFF

EnumItem

ON

EnumItem

FollowStyleZoom

Properties

OFF

EnumItem

ON

EnumItem

FollowTilt

Properties

OFF

EnumItem

ON

EnumItem

FollowValue

Properties

COORDINATES

EnumItem

BEARING

EnumItem

TILT

EnumItem

STYLE_ZOOM

EnumItem

FormattingType

Requirement for the length of the string representation of the address.

Properties

SHORT

EnumItem

Short form of address. For multi-component addresses, some components may be omitted.

FULL

EnumItem

Full address form. All components are presented.

GeometryKind

Properties

POINT

EnumItem

POLYLINE

EnumItem

POLYGON

EnumItem

COMPLEX

EnumItem

Gesture

Properties

SHIFT

EnumItem

SCALING

EnumItem

ROTATION

EnumItem

MULTI_TOUCH_SHIFT

EnumItem

TILT

EnumItem

GraphicsApi

Properties

OPEN_GL

EnumItem

Legacy API, available on all devices.

VULKAN

EnumItem

Next-generation API that provides better performance. If not available, OpenGL is used instead.

This option is still in development and may cause compatibility issues or instability in rendering on some devices. Extensive testing is recommended before using in production.

HttpMethod

Properties

GET

EnumItem

GET request method.

POST

EnumItem

POST request method.

ImageFormat

Properties

PNG

EnumItem

SVG

EnumItem

RGBA_8888

EnumItem

LOTTIE_JSON

EnumItem

IndoorManagerState

Display state of floor plans.

Properties

DISABLED

EnumItem

Floors are not displayed.

ENABLED

EnumItem

Floors are displayed.

InstructionManeuver

Maneuver that must be performed to move along the route.

Properties

NONE

EnumItem

No maneuver.

START

EnumItem

Start of movement.

FINISH

EnumItem

End of movement.

CROSSROAD_STRAIGHT

EnumItem

Go through the intersection straight ahead.

CROSSROAD_SLIGHTLY_LEFT

EnumItem

Go through the intersection slightly to the left.

CROSSROAD_LEFT

EnumItem

Go through the intersection to the left.

CROSSROAD_SHARPLY_LEFT

EnumItem

Go through the intersection sharply to the left.

CROSSROAD_SLIGHTLY_RIGHT

EnumItem

Go through the intersection slightly to the right.

CROSSROAD_RIGHT

EnumItem

Go through the intersection to the right.

CROSSROAD_SHARPLY_RIGHT

EnumItem

Go through the intersection sharply to the right.

CROSSROAD_KEEP_LEFT

EnumItem

Go through the intersection - keep left.

CROSSROAD_KEEP_RIGHT

EnumItem

Go through the intersection - keep right.

CROSSROAD_UTURN

EnumItem

U-turn at the intersection.

ROUNDABOUT_FORWARD

EnumItem

Go through the roundabout straight ahead.

ROUNDABOUT_LEFT_45

EnumItem

Go through the roundabout slightly to the left.

ROUNDABOUT_LEFT_90

EnumItem

Go through the roundabout to the left.

ROUNDABOUT_LEFT_135

EnumItem

Go through the roundabout sharply to the left.

ROUNDABOUT_RIGHT_45

EnumItem

Go through the roundabout slightly to the right.

ROUNDABOUT_RIGHT_90

EnumItem

Go through the roundabout to the right.

ROUNDABOUT_RIGHT_135

EnumItem

Go through the roundabout sharply to the right.

ROUNDABOUT_BACKWARD

EnumItem

Go through the roundabout to the opposite direction.

ROUNDABOUT_EXIT

EnumItem

Exit from the roundabout.

UTURN

EnumItem

U-turn.

ROAD_CROSSING

EnumItem

Composite maneuver at an intersection (for example, crossing two roads at an intersection for a pedestrian route)

Lane

Lane affected by the traffic event.

Properties

LEFT

EnumItem

Left lane.

CENTER

EnumItem

Middle lane.

RIGHT

EnumItem

Right lane.

LanesControlImage

Presents the maneuver icon in the navigator UI.

Properties

DOTS_LEFT

EnumItem

Ellipsis on the left side.

DOTS_RIGHT

EnumItem

Ellipsis on the right side.

NON_INFORMATION

EnumItem

No suitable icon to display the maneuver.

SEPARATOR

EnumItem

Delimiter.

PROHIBITED_0

EnumItem

Movement prohibited, no highlight.

PROHIBITED_1

EnumItem

Movement prohibited, highlighted.

PUBLIC_TRANSPORT_0

EnumItem

Public transport lane, no highlight.

PUBLIC_TRANSPORT_1

EnumItem

Public transport lane, highlighted.

LEFT_0

EnumItem

Left, no highlight.

LEFT_1

EnumItem

Left, highlighted.

LEFT_RIGHT_0_0

EnumItem

Combined maneuver - left or right, no highlight.

LEFT_RIGHT_0_1

EnumItem

Combined maneuver - left or right, right is highlighted.

LEFT_RIGHT_1_0

EnumItem

Combined maneuver - left or right, left is highlighted.

LEFT_RIGHT_1_1

EnumItem

Combined maneuver - left or right, both options are highlighted.

LEFT_SLIGHTLY_LEFT_0_0

EnumItem

Combined maneuver - left or slightly left, no highlight.

LEFT_SLIGHTLY_LEFT_0_1

EnumItem

Combined maneuver - left or slightly left, slightly left is highlighted.

LEFT_SLIGHTLY_LEFT_1_0

EnumItem

Combined maneuver - left or slightly left, left is highlighted.

LEFT_SLIGHTLY_LEFT_1_1

EnumItem

Combined maneuver - left or slightly left, both options are highlighted.

LEFT_SLIGHTLY_RIGHT_0_0

EnumItem

Combined maneuver - left or slightly right, no highlight.

LEFT_SLIGHTLY_RIGHT_0_1

EnumItem

Combined maneuver - left or slightly right, slightly right is highlighted.

LEFT_SLIGHTLY_RIGHT_1_0

EnumItem

Combined maneuver - left or slightly right, left is highlighted.

LEFT_SLIGHTLY_RIGHT_1_1

EnumItem

Combined maneuver - left or slightly right, both options are highlighted.

LEFT_FORWARD_0_0

EnumItem

Combined maneuver - left or straight ahead, no highlight.

LEFT_FORWARD_0_1

EnumItem

Combined maneuver - left or straight ahead, straight ahead is highlighted.

LEFT_FORWARD_1_0

EnumItem

Combined maneuver - left or straight ahead, left is highlighted.

LEFT_FORWARD_1_1

EnumItem

Combined maneuver - left or straight ahead, both options are highlighted.

LEFT_FORWARD_RIGHT_0_0_0

EnumItem

Combined maneuver - left, straight ahead, or right, no highlight.

LEFT_FORWARD_RIGHT_0_0_1

EnumItem

Combined maneuver - left, straight ahead, or right, right is highlighted.

LEFT_FORWARD_RIGHT_0_1_0

EnumItem

Combined maneuver - left, straight ahead, or right, straight ahead is highlighted.

LEFT_FORWARD_RIGHT_1_0_0

EnumItem

Combined maneuver - left, straight ahead, or right, left is highlighted.

LEFT_FORWARD_RIGHT_1_1_1

EnumItem

Combined maneuver - left, straight ahead, or right, all options are highlighted.

RIGHT_WITH_LEFT_TURN_0

EnumItem

Right with the left turn, no highlight.

RIGHT_WITH_LEFT_TURN_1

EnumItem

Right with the left turn, highlighted.

RIGHT_0

EnumItem

Right, no highlight.

RIGHT_1

EnumItem

Right, highlighted.

RIGHT_SHARPLY_RIGHT_0_0

EnumItem

Combined maneuver - right or sharply right, no highlight.

RIGHT_SHARPLY_RIGHT_0_1

EnumItem

Combined maneuver - right or sharply right, sharply right is highlighted.

RIGHT_SHARPLY_RIGHT_1_0

EnumItem

Combined maneuver - right or sharply right, right is highlighted.

RIGHT_SHARPLY_RIGHT_1_1

EnumItem

Combined maneuver - right or sharply right, both options are highlighted.

SHARPLY_LEFT_0

EnumItem

Sharply left, no highlight.

SHARPLY_LEFT_1

EnumItem

Sharply left, highlighted.

SHARPLY_LEFT_LEFT_0_0

EnumItem

Combined maneuver - sharply left or left, no highlight.

SHARPLY_LEFT_LEFT_0_1

EnumItem

Combined maneuver - sharply left or left, left is highlighted.

SHARPLY_LEFT_LEFT_1_0

EnumItem

Combined maneuver - sharply left or left, sharply left is highlighted.

SHARPLY_LEFT_LEFT_1_1

EnumItem

Combined maneuver - sharply left or left, both options are highlighted.

SHARPLY_LEFT_SLIGHTLY_LEFT_0_0

EnumItem

Combined maneuver - sharply left or slightly left, no highlight.

SHARPLY_LEFT_SLIGHTLY_LEFT_0_1

EnumItem

Combined maneuver - sharply left or slightly left, slightly left is highlighted.

SHARPLY_LEFT_SLIGHTLY_LEFT_1_0

EnumItem

Combined maneuver - sharply left or slightly left, sharply left is highlighted.

SHARPLY_LEFT_SLIGHTLY_LEFT_1_1

EnumItem

Combined maneuver - sharply left or slightly left, both options are highlighted.

SHARPLY_LEFT_SLIGHTLY_RIGHT_0_0

EnumItem

Combined maneuver - sharply left or slightly right, no highlight.

SHARPLY_LEFT_SLIGHTLY_RIGHT_0_1

EnumItem

Combined maneuver - sharply left or slightly right, slightly right is highlighted.

SHARPLY_LEFT_SLIGHTLY_RIGHT_1_0

EnumItem

Combined maneuver - sharply left or slightly right, sharply left is highlighted.

SHARPLY_LEFT_SLIGHTLY_RIGHT_1_1

EnumItem

Combined maneuver - sharply left or slightly right, both options are highlighted.

SHARPLY_LEFT_FORWARD_0_0

EnumItem

Combined maneuver - sharply left or straight ahead, no highlight.

SHARPLY_LEFT_FORWARD_0_1

EnumItem

Combined maneuver - sharply left or straight ahead, straight ahead is highlighted.

SHARPLY_LEFT_FORWARD_1_0

EnumItem

Combined maneuver - sharply left or straight ahead, sharply left is highlighted.

SHARPLY_LEFT_FORWARD_1_1

EnumItem

Combined maneuver - sharply left or straight ahead, both options are highlighted.

SHARPLY_RIGHT_0

EnumItem

Sharply right, no highlights.

SHARPLY_RIGHT_1

EnumItem

Sharly right, highlighted.

SLIGHTLY_LEFT_0

EnumItem

Slightly left, no highlight.

SLIGHTLY_LEFT_1

EnumItem

Slightly left, highlighted.

SLIGHTLY_LEFT_RIGHT_0_0

EnumItem

Combined maneuver - slightly left or right, no highlight.

SLIGHTLY_LEFT_RIGHT_0_1

EnumItem

Combined maneuver - slightly left or right, right is highlighted.

SLIGHTLY_LEFT_RIGHT_1_0

EnumItem

Combined maneuver - slightly left or right, slightly left is highlighted.

SLIGHTLY_LEFT_RIGHT_1_1

EnumItem

Combined maneuver - slightly left or right, both options are highlighted.

SLIGHTLY_LEFT_SHARPLY_RIGHT_0_0

EnumItem

Combined maneuver - slightly left or sharply right, no highlight.

SLIGHTLY_LEFT_SHARPLY_RIGHT_0_1

EnumItem

Combined maneuver - slightly left or sharply right, sharply right is highlighted.

SLIGHTLY_LEFT_SHARPLY_RIGHT_1_0

EnumItem

Combined maneuver - slightly left or sharply right, slightly left is highlighted.

SLIGHTLY_LEFT_SHARPLY_RIGHT_1_1

EnumItem

Combined maneuver - slightly left or sharply right, both options are highlighted.

SLIGHTLY_LEFT_SLIGHTLY_RIGHT_0_0

EnumItem

Combined maneuver - slightly left or slightly right, no highlight.

SLIGHTLY_LEFT_SLIGHTLY_RIGHT_0_1

EnumItem

Combined maneuver - slightly left or slightly right, slightly right is highlighted.

SLIGHTLY_LEFT_SLIGHTLY_RIGHT_1_0

EnumItem

Combined maneuver - slightly left or slightly right, slightly left is highlighted.

SLIGHTLY_LEFT_SLIGHTLY_RIGHT_1_1

EnumItem

Combined maneuver - slightly left or slightly right, both options are highlighted.

SLIGHTLY_LEFT_FORWARD_0_0

EnumItem

Combined maneuver - slightly left or straight ahead, no highlight.

SLIGHTLY_LEFT_FORWARD_0_1

EnumItem

Combined maneuver - slightly left or straight ahead, straight ahead is highlighted.

SLIGHTLY_LEFT_FORWARD_1_0

EnumItem

Combined maneuver - slightly left or straight ahead, slightly left is highlighted.

SLIGHTLY_LEFT_FORWARD_1_1

EnumItem

Combined maneuver - slightly left or straight ahead, both options are highlighted.

SLIGHTLY_RIGHT_0

EnumItem

Slightly right, no highlight.

SLIGHTLY_RIGHT_1

EnumItem

Slightly right, highlighted.

SLIGHTLY_RIGHT_RIGHT_0_0

EnumItem

Combined maneuver - slightly right or right, no highlight.

SLIGHTLY_RIGHT_RIGHT_0_1

EnumItem

Combined maneuver - slightly right or right, right is highlighted.

SLIGHTLY_RIGHT_RIGHT_1_0

EnumItem

Combined maneuver - slightly right or right, slightly right is highlighted.

SLIGHTLY_RIGHT_RIGHT_1_1

EnumItem

Combined maneuver - slightly right or right, both options are highlighted.

SLIGHTLY_RIGHT_SHARPLY_RIGHT_0_0

EnumItem

Combined maneuver - slightly right or sharply right, no highlight.

SLIGHTLY_RIGHT_SHARPLY_RIGHT_0_1

EnumItem

Combined maneuver - slightly right or sharply right, sharply right is highlighted.

SLIGHTLY_RIGHT_SHARPLY_RIGHT_1_0

EnumItem

Combined maneuver - slightly right or sharply right, slightly right is highlighted.

SLIGHTLY_RIGHT_SHARPLY_RIGHT_1_1

EnumItem

Combined maneuver - slightly right or sharply right, both options are highlighted.

FORWARD_0

EnumItem

Straight ahead, no highlight.

FORWARD_1

EnumItem

Straight ahead, highlighted.

FORWARD_RIGHT_WITH_LEFT_TURN_0_0

EnumItem

Combined maneuver - straight ahead or right with the left turn, no highlight.

FORWARD_RIGHT_WITH_LEFT_TURN_0_1

EnumItem

Combined maneuver - straight or right with the left turn, right with the left turn is highlighted.

FORWARD_RIGHT_WITH_LEFT_TURN_1_0

EnumItem

Combined maneuver - straight ahead or right with the left turn, straight ahead is highlighted.

FORWARD_RIGHT_WITH_LEFT_TURN_1_1

EnumItem

Combined maneuver - straight or right with the left turn, both options are highlighted.

FORWARD_RIGHT_0_0

EnumItem

Combined maneuver - straight ahead or right, no highlight.

FORWARD_RIGHT_0_1

EnumItem

Combined maneuver - straight ahead or right, right is highlighted.

FORWARD_RIGHT_1_0

EnumItem

Combined maneuver - straight ahead or right, straight ahead is highlighted.

FORWARD_RIGHT_1_1

EnumItem

Combined maneuver - straight ahead or right, both options are highlighted.

FORWARD_SHARPLY_RIGHT_0_0

EnumItem

Combined maneuver - straight ahead or sharply right, no highlight.

FORWARD_SHARPLY_RIGHT_0_1

EnumItem

Combined maneuver - straight ahead or sharply right, sharply right is highlighted.

FORWARD_SHARPLY_RIGHT_1_0

EnumItem

Combined maneuver - straight ahead or sharply right, straight ahead is highlighted.

FORWARD_SHARPLY_RIGHT_1_1

EnumItem

Combined maneuver - straight ahead or sharply right, both options are highlighted.

FORWARD_SLIGHTLY_RIGHT_0_0

EnumItem

Combined maneuver - straight ahead or slightly right, no highlight.

FORWARD_SLIGHTLY_RIGHT_0_1

EnumItem

Combined maneuver - straight ahead or slightly right, slightly right is highlighted.

FORWARD_SLIGHTLY_RIGHT_1_0

EnumItem

Combined maneuver - straight ahead or slightly right, straight ahead is highlighted.

FORWARD_SLIGHTLY_RIGHT_1_1

EnumItem

Combined maneuver - straight ahead or slightly right, both options are highlighted.

TURNOVER_0

EnumItem

U-turn, no highlight.

TURNOVER_1

EnumItem

U-turn, highlighted.

LogLevel

Logging level.

Properties

VERBOSE

EnumItem

INFO

EnumItem

WARNING

EnumItem

ERROR

EnumItem

FATAL

EnumItem

OFF

EnumItem

MapDataLoadingState

Properties

LOADING

EnumItem

Data is being loaded and may be added later.

LOADED

EnumItem

Data is loaded.

MapRenderMode

Properties

SURFACE

EnumItem

TEXTURE

EnumItem

MapRotationDirection

Direction of map rotation.

Properties

CLOCKWISE

EnumItem

Rotation of the map in clockwise direction.

COUNTERCLOCKWISE

EnumItem

Rotation of the map in counterclockwise direction.

MapScalingDirection

Zoom direction.

Properties

ZOOM_IN

EnumItem

Zoom increase, i.e. increase of objects.

ZOOM_OUT

EnumItem

Zoom reduction, i.e. reduction of objects.

MapShiftDirection

Direction of the map shift.

Properties

LEFT

EnumItem

RIGHT

EnumItem

UP

EnumItem

DOWN

EnumItem

LEFT_UP

EnumItem

LEFT_DOWN

EnumItem

RIGHT_UP

EnumItem

RIGHT_DOWN

EnumItem

MapVisibilityState

Map visibility state.

Properties

VISIBLE

EnumItem

Map is completely visible.

HIDDEN

EnumItem

Map is completely hidden from the user.

MyLocationMapObjectMarkerType

Type of a geolocation marker.

Properties

MODEL

EnumItem

Use standard models from styles. No customization is possible.

SVG_ICON

EnumItem

Use SVG icons. It is possible to change the icon via the style editor. Relevant layers: s_dvg_foot_gps_marker_with_direction, s_dvg_foot_gps_marker2, s_dvg_foot_gps_marker_degraded2

ObjectType

Reference object type.

Properties

ADM_DIV

EnumItem

Administrative unit.

ATTRACTION

EnumItem

Sight.

BRANCH

EnumItem

Branch of the organization.

BUILDING

EnumItem

Building.

COORDINATES

EnumItem

Global coordinates.

CROSSROAD

EnumItem

Intersection.

PARKING

EnumItem

Parking.

ROAD

EnumItem

Road.

ROUTE

EnumItem

Public transport route.

STATION

EnumItem

Stop.

STATION_ENTRANCE

EnumItem

Entrance to the station.

STREET

EnumItem

Street.

UNKNOWN

EnumItem

In case of getting an unexpected type.

Obstacle

Type of obstacle.

Properties

OTHER

EnumItem

Other.

BARRIER

EnumItem

Barrier.

GATE

EnumItem

Gate.

TOURNIQUET

EnumItem

Tourniquet.

WICKET

EnumItem

Wicket.

ObstaclePassLimitation

Restrictions on passing obstacles.

Properties

UNLIMITED

EnumItem

Obstacle without restrictions.

PAID

EnumItem

Passing through an obstacle is paid.

PASS_REQUIRED

EnumItem

Pass is required to go through an obstacle.

PackageInfoError

Errors that may occur while loading and/or installing the package.

Properties

NO_NETWORK

EnumItem

No network connection.

NO_FREE_SPACE

EnumItem

No space left on the device for downloading and/or installing the package.

DOWNLOAD_ERROR

EnumItem

Download error.

PackageUpdateStatus

Package update status.

Properties

NOT_AVAILABLE

EnumItem

No newer version is available for the package.

IN_PROGRESS

EnumItem

In the process of installing or updating a package to a newer version available.

PAUSED

EnumItem

Process of updating the package to a newer available version is not running or has been suspended.

ParkingAccess

Parking access type.

Properties

PUBLIC

EnumItem

Public.

HANDICAPPED_ONLY

EnumItem

Handicapped only.

CUSTOMERS_ONLY

EnumItem

Customers only.

RESIDENTS_ONLY

EnumItem

Residents only.

TAXI_ONLY

EnumItem

Taxi only.

ParkingPavingType

Type of parking paving.

Properties

ASPHALT

EnumItem

Asphalt.

CONCRETE

EnumItem

Concrete.

GRAVEL

EnumItem

Gravel.

UNPAVED

EnumItem

No paving.

ParkingPurpose

Purpose of the parking.

Properties

CAR

EnumItem

For cars.

BIKE

EnumItem

For bicycles.

MOTORBIKE

EnumItem

For motorcycles/mopeds.

BABY_CARRIAGE

EnumItem

For strollers.

SCOOTER

EnumItem

For scooters.

ParkingType

Parking type.

Properties

GROUND

EnumItem

Ground parking.

UNDERGROUND

EnumItem

Underground parking.

MULTILEVEL

EnumItem

Multi-level parking.

PedestrianInstructionCrossroadLandmark

Landmark.

Properties

NONE

EnumItem

No landmark.

CROSSWALK

EnumItem

Pedestrian crossing.

TRAFFIC_LIGHT

EnumItem

Traffic lights.

PedestrianInstructionCrossroadManeuverDirection

Direction of movement.

Properties

STRAIGHT

EnumItem

Straight ahead.

LEFT

EnumItem

Left.

RIGHT

EnumItem

Right.

SHARPLY_LEFT

EnumItem

Sharply left.

SHARPLY_RIGHT

EnumItem

Sharply right.

KEEP_LEFT

EnumItem

Keep left.

KEEP_RIGHT

EnumItem

Keep right.

PedestrianInstructionIndoorFloorChangeType

Type of the floor change.

Properties

UNDEFINED

EnumItem

Path without steps or unknown.

STAIRWAY

EnumItem

Stairway.

ELEVATOR

EnumItem

Elevator.

ESCALATOR

EnumItem

Escalator.

Status of the user's consent to the collection and sending of personal data.

Properties

GRANTED

EnumItem

User agrees.

DENIED

EnumItem

User does not agree.

PublicTransportType

Type of public transport.

Properties

BUS

EnumItem

Bus.

TROLLEYBUS

EnumItem

Trolleybus.

TRAM

EnumItem

Tram.

SHUTTLE_BUS

EnumItem

Shuttle bus.

METRO

EnumItem

Metro.

SUBURBAN_TRAIN

EnumItem

Suburban train.

FUNICULAR_RAILWAY

EnumItem

Funicular.

MONORAIL

EnumItem

Monorail.

WATERWAY_TRANSPORT

EnumItem

Water transport.

CABLE_CAR

EnumItem

Cable car.

SPEED_TRAM

EnumItem

Speed tram (light rail).

PREMETRO

EnumItem

Underground tram.

LIGHT_METRO

EnumItem

Light metro.

AEROEXPRESS

EnumItem

Aeroexpress.

MOSCOW_CENTRAL_RING

EnumItem

Moscow Central Ring.

MOSCOW_CENTRAL_DIAMETERS

EnumItem

Moscow Central Diameters.

RoadEventActionState

Action state.

Properties

SET

EnumItem

Applied.

NOT_SET

EnumItem

Not applied.

RoadEventActionType

Traffic event action type.

Properties

LIKE

EnumItem

Add "like".

DISLIKE

EnumItem

Add "dislike".

CONFIRMATION

EnumItem

Event confirmation.

DISPROOF

EnumItem

Refutation of the event.

RoadEventDisplayCategory

Traffic event category to display on the map.

Properties

CAMERA

EnumItem

Cameras of all types, including ones added by the user.

COMMENT

EnumItem

Comments on the roads.

ACCIDENT

EnumItem

Accident.

ROAD_RESTRICTION

EnumItem

Road closures.

ROAD_WORKS

EnumItem

Road works.

OTHER

EnumItem

Events in the "Other" category.

USER

EnumItem

Always display events created by the current user, regardless of their category.

RoadEventType

Event type.

Properties

ACCIDENT

EnumItem

Accident.

ROAD_WORKS

EnumItem

Road works.

CAMERA

EnumItem

Camera.

COMMENT

EnumItem

Comment.

ROAD_RESTRICTION

EnumItem

Road closure.

OTHER

EnumItem

"Other" event.

RoadRule

Side of traffic.

Properties

UNKNOWN

EnumItem

Unknown.

RIGHT_HAND_TRAFFIC

EnumItem

Right-hand traffic.

LEFT_HAND_TRAFFIC

EnumItem

Left-hand traffic.

RoadSubtype

Additional description for the road type where the route is built.

Properties

NONE

EnumItem

No additional description for the road type.

ARCHWAY

EnumItem

Arch.

BRIDGE

EnumItem

Bridge.

CROSSWALK

EnumItem

Pedestrian crossing.

FOOTBRIDGE

EnumItem

Pedestrian bridge.

FORD

EnumItem

Ford.

INDOOR

EnumItem

Room.

OVERGROUND_CROSSING

EnumItem

Overground crossing.

PARK_FOOTPATH

EnumItem

Park path.

PARK_PATH

EnumItem

Park road.

RESIDENTIAL_AREA

EnumItem

Residential area.

STAIRWAY_UP

EnumItem

Stairway pointing upward.

STAIRWAY_DOWN

EnumItem

Stairway pointing downward.

SUBWAY_CROSSING

EnumItem

Metro crossing.

TUNNEL

EnumItem

Tunnel.

UNDERPASS

EnumItem

Underground crossing.

RoadSurface

Road paving.

Properties

UNKNOWN

EnumItem

Unknown.

ASPHALT

EnumItem

Asphalt.

GRAVEL

EnumItem

Gravel.

GROUND

EnumItem

Ground.

CONCRETE

EnumItem

Concrete.

RoadType

Describes the road type where the route is built.

Properties

UNKNOWN

EnumItem

Unknown.

WALKWAY

EnumItem

Pedestrian path, or a section of the road where pedestrian traffic is allowed.

BIKEWAY

EnumItem

Bicycle path, or a section of the road where bicycles are allowed.

PATHWAY

EnumItem

Motor road of minimal importance.

FIELD_FOREST_ROAD

EnumItem

Field or forest road.

SERVICE_ROAD

EnumItem

Access road/intra-block passage.

OTHER_STREET_ROAD

EnumItem

Car road passing through other streets of the settlement.

MAIN_STREET_ROAD

EnumItem

Car road passing through the main streets of the settlement.

HIGHWAY

EnumItem

Highway.

INTERCITY_ROAD

EnumItem

Intercity road.

FEDERAL_ROAD

EnumItem

Road of federal significance.

RotationCenter

Sets the rule for handling map rotation events.

Properties

EVENT_CENTER

EnumItem

Rotate about the geometric center of the set of finger points.

MAP_POSITION

EnumItem

Rotate about the map position point.

RouteCameraDirection

Camera action direction.

Properties

AGAINST

EnumItem

Against the direction of travel.

ALONG

EnumItem

Along the direction of travel (rear-facing).

BOTH

EnumItem

Bidirectional camera.

RouteCameraPurpose

Camera purpose.

Properties

SPEED_CONTROL

EnumItem

Detection of exceeding the speed limit.

TRAFFIC_LIGHTS_CONTROL

EnumItem

Detection of the passage to a prohibiting signal of the traffic lights.

STOP_LINE_CONTROL

EnumItem

Detection of crossing the stop line, passage without stopping at the "Stop" sign, entering the intersection during a traffic jam.

PUBLIC_TRANSPORT_LANE_CONTROL

EnumItem

Detecion of moving on a dedicated lane for public transport.

ONCOMING_TRAFFIC_LANE_CONTROL

EnumItem

Detection of moving in the oncoming lane.

PEDESTRIAN_ADVANTAGE_CONTROL

EnumItem

Detection of not giving priority to pedestrians.

LANE_DISCIPLINE_CONTROL

EnumItem

Detection of violating the lane turn at the intersection.

ROAD_MARKINGS_CROSSING_CONTROL

EnumItem

Detection of crossing a solid marking line, moving along the edge of the road.

AVERAGE_SPEED_CONTROL

EnumItem

Detection of exceeding the average speed limit in the area.

NO_STOPPING_CONTROL

EnumItem

Detection of violationg stop prohibition.

DUMMY

EnumItem

Dummy.

PLATON

EnumItem

RouteExitSignTableColor

Background color of the exit plate. Corresponds to the background color of the sign installed at the corresponding place on the route.

Properties

UNDEFINED

EnumItem

Sign color is undefined.

WHITE

EnumItem

White.

RED

EnumItem

Red.

GREEN

EnumItem

Green.

BLUE

EnumItem

Blue.

BROWN

EnumItem

Brown.

RouteExitSignType

Exit type.

Properties

UNDEFINED

EnumItem

Undefined.

AIRPORT

EnumItem

Exit to the airport.

RouteLaneManeuver

Maneuver on the lane.

Properties

UNDEFINED

EnumItem

Not set.

FORWARD

EnumItem

Straight ahead.

RIGHT

EnumItem

Right.

LEFT

EnumItem

Left.

SLIGHTLY_RIGHT

EnumItem

Slightly right.

SLIGHTLY_LEFT

EnumItem

Slightly left.

SHARPLY_RIGHT

EnumItem

Sharply right.

SHARPLY_LEFT

EnumItem

Sharply left.

RIGHT_WITH_LEFT_TURNS

EnumItem

Right with subsequent turn left.

TURNOVER

EnumItem

U-turn.

RouteMapObjectCalloutLabelDisplayMode

Mode for displaying values in route callouts.

Properties

ABSOLUTE_VALUES

EnumItem

Time traveled along the route and/or the route length are displayed in absolute values (e.g. N km, M min).

RELATIVE_TO_ACTIVE_ROUTE_VALUES

EnumItem

Time traveled along the route and/or the route length are displayed in absolute values only for the active route, while for inactive routes, the difference from the corresponding value of the active route is displayed (e.g. +/-N km, +/-M min). If there is no active route or there are multiple active routes on the map, the time and/or distance for all routes are displayed in absolute values (e.g. +/-N km, +/-M min). If there is no active route or there are multiple active routes on the map, the time and/or distance for all routes are displayed in absolute values.

RouteMapObjectCalloutLabelFlag

Flags that enable the display of content in route callouts.

Properties

DURATION

EnumItem

Driving time along the route.

LENGTH

EnumItem

Route length.

RouteMapObjectDisplayFlag

Flags that enable the display of various components of the route.

Properties

ROUTE_PARTS

EnumItem

Route segments.

START_POINT

EnumItem

Starting point of the route.

FINISH_POINT

EnumItem

Finish point of the route.

INTERMEDIATE_POINTS

EnumItem

Intermediate waypoints.

TRANSPORT_CONNECTION_POINTS

EnumItem

Connection points of route segments (except routes on public transport). For example, a point at the junction of a pedestrian and a car segment.

MANEUVERS

EnumItem

Maneuvers.

CAMERAS

EnumItem

Cameras.

HUMPS

EnumItem

Speed bumps.

BARRIERS

EnumItem

Road closures.

GATES

EnumItem

Gates, barriers.

STAIRWAYS

EnumItem

Stairs.

PUBLIC_TRANSPORT_PLATFORMS

EnumItem

Public transport stops.

ACCIDENTS

EnumItem

Accident.

ROAD_WORKS

EnumItem

Road works.

COMMENTS

EnumItem

Comments.

ROAD_RESTRICTIONS

EnumItem

Traffic restrictions.

OTHER_EVENTS

EnumItem

"Other" events.

TOLL_ROADS

EnumItem

Start and end of the toll road.

LANES_BUBBLES

EnumItem

Lanes callouts (displayed only in source with navigation mode).

BUBBLES

EnumItem

Callouts with travel time and route length.

INDOOR_INSTRUCTIONS

EnumItem

Instructions inside buildings. Moving by elevator, escalator, etc.

INACTIVE_FLOORS

EnumItem

Shows route parts inside buildings not only for the active floor.

TRAFFIC_LIGHTS

EnumItem

Highlight traffic lights on the route.

RouteMapObjectPassedDistanceVisualization

Way to visualize a route, taking into account the distance traveled along the route.

Properties

SHOW_REMAINING_ROUTE_PART

EnumItem

Show only the remaining part of the route - from the distance traveled to the finish point.

SHOW_PASSED_ROUTE_PART

EnumItem

Show only the part of the route traveled - from the start to the distance traveled.

SHOW_WHOLE_ROUTE

EnumItem

Show the entire route regardless of the distance traveled along it.

RouteMapObjectPermanentDisplayFlag

Flags that prevent hiding various parts of the route from the map when updating the distance traveled along the route, if passed_distance_visualization() is set to something other than ShowWholeRoute.

Properties

START_POINT

EnumItem

Starting point of the route.

FINISH_POINT

EnumItem

Finish point of the route.

INTERMEDIATE_POINTS

EnumItem

Intermediate waypoints.

CAMERAS

EnumItem

Cameras.

ACCIDENTS

EnumItem

Accident.

ROAD_WORKS

EnumItem

Road works.

COMMENTS

EnumItem

Comments.

ROAD_RESTRICTIONS

EnumItem

Traffic restrictions.

OTHER_EVENTS

EnumItem

"Other" events.

TOLL_ROADS

EnumItem

Start and end of the toll road.

RoutePointKind

Type of route point feature on the map.

Properties

START

EnumItem

Starting point of the route.

FINISH

EnumItem

Finish point of the route.

INTERMEDIATE

EnumItem

Intermediate waypoint.

CAMERA

EnumItem

Camera.

ACCIDENT

EnumItem

Accident.

ROAD_WORK

EnumItem

Road works.

COMMENT

EnumItem

Comment.

ROAD_RESTRICTION

EnumItem

Traffic restrictions.

OTHER_EVENT

EnumItem

"Other" event.

TOLL_ROAD

EnumItem

Start and end of the toll road.

TRANSPORT_CONNECTION_POINT

EnumItem

Connection point of the route segments (excluding public transport routes). For example, the point where the pedestrian and car segments meet.

HUMP

EnumItem

Speed bump.

GATE

EnumItem

Gate or barrier.

BARRIER

EnumItem

Road closure.

STAIRWAY

EnumItem

Stairway.

INDOOR_INSTRUCTION

EnumItem

Indoor instruction. Moving on an elevator, an escalator, etc.

BAD_ROAD

EnumItem

Bad road.

PUBLIC_TRANSPORT_PLATFORM

EnumItem

Public transport platform.

GROUND

EnumItem

Start and the end of a ground road.

GRAVEL

EnumItem

Start and the end of a gravel road.

CAR_ROAD

EnumItem

Start and end of the car road segment (for bike/scooter routes).

BICYCLE_ROAD

EnumItem

Start and the end of the bicycle road.

BICYCLE_LANE

EnumItem

Start and finish of the cycle lane.

TRAFFIC_LIGHT

EnumItem

Traffic lights.

RouteSearchType

Route search type.

Properties

JAM

EnumItem

Search for a route based on current traffic jam data.

STATISTIC

EnumItem

Search for a route based on statistical traffic jam data.

SHORTEST

EnumItem

Search for the shortest route.

RouteVisualizationType

Route visualization type.

Properties

NORMAL

EnumItem

Standard visualization - used in route editor.

NAVIGATION

EnumItem

Visualization for navigation mode - used in the navigator.

ScalingCenter

Sets the rule for handling map zoom events.

Properties

EVENT_CENTER

EnumItem

Scales relatively to the geometric center of the set of finger points.

MAP_POSITION

EnumItem

Scales relatively to the map position point.

ScooterInstructionCrossroadLandmark

Landmark.

Properties

NONE

EnumItem

No landmark.

CROSSWALK

EnumItem

Pedestrian crossing.

TRAFFIC_LIGHT

EnumItem

Traffic lights.

ScooterInstructionCrossroadManeuverDirection

Direction of movement.

Properties

STRAIGHT

EnumItem

Straight ahead.

LEFT

EnumItem

Left.

RIGHT

EnumItem

Right.

SHARPLY_LEFT

EnumItem

Sharply left.

SHARPLY_RIGHT

EnumItem

Sharply right.

KEEP_LEFT

EnumItem

Keep left.

KEEP_RIGHT

EnumItem

Keep right.

SearchResultType

Type of the result (not of a search query).

Properties

RECOVERY

EnumItem

Specific object is found for a search query.

DISCOVERY

EnumItem

Rubric is found for a search query, and the results contain a list of objects from this rubric.

SearchType

Type of the search engine used in SearchLayout.

Properties

Online

EnumItem

Offline

EnumItem

Hybrid

EnumItem

Settlement

Sign of a road section passing through the settlement.

Properties

UNKNOWN

EnumItem

Information about the settlement is unknown.

INSIDE

EnumItem

Inside the settlement.

OUTSIDE

EnumItem

Outside the settlement.

SortingType

Sort type.

Properties

BY_RELEVANCE

EnumItem

By relevance. Used by default.

BY_DISTANCE

EnumItem

By distance from the user's current position.

BY_RATING

EnumItem

By rating.

SoundCategory

Categories of sound alerts

Properties

CROSSROAD_CAMERAS

EnumItem

Camera of the intersection control.

LANE_CAMERAS

EnumItem

Cameras recording traffic on a dedicated lane for public transport.

NO_STOPPING_CONTROL_CAMERAS

EnumItem

Cameras for stop control.

ROAD_MARKING_CAMERAS

EnumItem

Cameras for marking control.

AVERAGE_SPEED_CAMERAS

EnumItem

Cameras for average speed control.

MAX_SPEED_CAMERAS

EnumItem

Cameras for instant speed control.

ACCIDENTS

EnumItem

Accidents.

ROAD_WORKS

EnumItem

Road works.

TOLLS

EnumItem

Toll roads.

EXCEED_SPEED_LIMITS

EnumItem

Exceeding the maximum speed limit.

INTERMEDIATE_POINTS

EnumItem

Intermediate points on the route.

ROUTE_REBUILD

EnumItem

Route has been rebuilt.

INSTRUCTIONS

EnumItem

Instructions (maneuvers) on the route

OBSTACLES

EnumItem

Obstacles.

ROAD_SUBTYPES

EnumItem

Subtypes of roads.

LOST_LOCATION

EnumItem

GPS signal is lost.

ROUTE_END

EnumItem

End of the route.

SpecialSpaceType

Type of a special place.

Properties

BICYCLE

EnumItem

For bicycles.

MOTORBIKE

EnumItem

For motorcycles.

FAMILY

EnumItem

For families.

HANDICAPPED

EnumItem

For handicapped.

BABY_CARRIAGE

EnumItem

For strollers.

TRUCK

EnumItem

For trucks.

SCOOTER

EnumItem

For scooters.

State

Navigator state.

Properties

DISABLED

EnumItem

Inactive (initial state, switches to it after calling the Stop method).

NAVIGATION

EnumItem

Route navigation mode.

EnumItem

Searching for a new route.

FINISHED

EnumItem

Finish point has been reached.

SuggestedType

Type of search suggestion.

Properties

ADM_DIV

EnumItem

Administrative unit.

ATTRACTION

EnumItem

Sight.

ATTRIBUTE

EnumItem

Additional attribute.

BRANCH

EnumItem

Branch of the organization.

BUILDING

EnumItem

Building.

COORDINATES

EnumItem

Global coordinates.

CROSSROAD

EnumItem

Intersection.

DISTRICT_AREA

EnumItem

District area.

ORG

EnumItem

Organization.

ORG_CATEGORY

EnumItem

Rubric.

PARKING

EnumItem

Parking.

REGION

EnumItem

Region.

ROAD

EnumItem

Road.

ROUTE

EnumItem

Public transport route.

STATION

EnumItem

Stop.

STATION_ENTRANCE

EnumItem

Entrance to the station.

STREET

EnumItem

Street.

TEXT

EnumItem

Text suggester.

UNKNOWN

EnumItem

In case of getting an unexpected type.

SuggestorType

Suggester type.

Properties

GENERAL

EnumItem

Suggester for the main search string.

ROUTE_ENDPOINT

EnumItem

Suggester for selecting waypoints. Optimized for searching point objects in one step. Rejects objects without points.

TextPlacement

Options for the position of the label relative to the icon. The actual position is determined as follows:

  • The first part of the enum indicates the area relative to which the label position is determined: A. "Circle" - means a circle around the marker is considered. B. "Empty string" - means a square is considered.
  • The second part of the enum determines the area with respect to the area around the marker.
  • The third part of the enum determines the location of the label inside the area.
  • Properties

    NO_LABEL

    EnumItem

    No label.

    BOTTOM_CENTER

    EnumItem

    In the center of the area below the square around the marker.

    BOTTOM_RIGHT

    EnumItem

    On the right side of the area below the square around the marker.

    BOTTOM_LEFT

    EnumItem

    On the left side of the area below the square around the marker.

    CIRCLE_BOTTOM_RIGHT

    EnumItem

    In the lower-right area relative to the circle around the marker.

    RIGHT_BOTTOM

    EnumItem

    Bottom area to the right of the square around the marker.

    RIGHT_CENTER

    EnumItem

    In the center of the area to the right of the square around the marker.

    RIGHT_TOP

    EnumItem

    Top of the area to the right of the square around the marker.

    CIRCLE_TOP_RIGHT

    EnumItem

    In the upper-right area relative to the circle around the marker.

    TOP_CENTER

    EnumItem

    In the center of the area above the square around the marker.

    TOP_RIGHT

    EnumItem

    On the right side of the area above the square around the marker.

    TOP_LEFT

    EnumItem

    On the left side of the area above the square around the marker.

    CIRCLE_TOP_LEFT

    EnumItem

    In the upper-left area relative to the circle around the marker.

    LEFT_TOP

    EnumItem

    Top of the area to the left of the square around the marker.

    LEFT_CENTER

    EnumItem

    In the center of the area to the left of the square around the marker.

    LEFT_BOTTOM

    EnumItem

    Bottom of the area to the left of the square around the marker.

    CIRCLE_BOTTOM_LEFT

    EnumItem

    In the lower-left area relative to the circle around the marker.

    CENTER_CENTER

    EnumItem

    Square centered around marker.

    TrafficControlStatus

    Traffic jam control status.

    Properties

    HIDDEN

    EnumItem

    Control is hidden. Occurs when there is no traffic jam information in the region.

    ENABLED

    EnumItem

    Control is active. Occurs when traffic jam data is up-to-date, and there is a traffic jam layer on the map.

    DISABLED

    EnumItem

    Control is inactive. Occurs when there is no traffic jam layer on the map.

    LOADING

    EnumItem

    Loading indicator. Occurs when the traffic jam data is out of date, and there is a traffic jam layer on the map.

    TrafficScoreState

    Relevance of traffic jam score.

    Properties

    PENDING

    EnumItem

    Value unknown, will be requested later. Initial state.

    VALID

    EnumItem

    Value is relevant.

    EXPIRED

    EnumItem

    Value is out of date. The state is reached if the data has not been updated within the specified time.

    TrafficSpeedColor

    Properties

    UNDEFINED

    EnumItem

    GREEN

    EnumItem

    YELLOW

    EnumItem

    RED

    EnumItem

    DEEP_RED

    EnumItem

    TransportType

    Describes the type of transport for which the route segment is built.

    Properties

    UNKNOWN

    EnumItem

    It is not known how to overcome this section of the route and it may not be passable.

    BICYCLE

    EnumItem

    Bicycle.

    CAR

    EnumItem

    Car.

    PEDESTRIAN

    EnumItem

    Pedestrian.

    PUBLIC

    EnumItem

    Public transport.

    SCOOTER

    EnumItem

    Scooter.

    WeekDay

    Day of the week.

    Properties

    SUNDAY

    EnumItem

    MONDAY

    EnumItem

    TUESDAY

    EnumItem

    WEDNESDAY

    EnumItem

    THURSDAY

    EnumItem

    FRIDAY

    EnumItem

    SATURDAY

    EnumItem

    WidgetType

    Widget type.

    Properties

    CHECKBOX

    EnumItem

    Single checkbox.

    CHECKABLE_ITEM_GROUP

    EnumItem

    RANGE

    EnumItem

    Representation of a continuous or a discrete set of ordered values.

    ZoomControlButton

    Properties

    ZOOM_IN

    EnumItem

    ZOOM_OUT

    EnumItem