Package-level declarations

Types

Link copied to clipboard

Used to inform caller that a safety locations marker has been clicked.

Link copied to clipboard

Determines how many safety locations are made visible from the beginning of the route. It can be set to display all locations SafetyLocationCountOptions.All, or a specified number of locations SafetyLocationCountOptions.NumberOfLocations.

Link copied to clipboard
class SafetyLocationElement(val safetyLocationId: SafetyLocationId, val coordinates: MutableList<GeoPoint>, val type: SafetyLocationType, val isZone: Boolean)

Represents a safety location element.

Link copied to clipboard
class SafetyLocationStyle(val speedCameraLineColor: Int = DEFAULT_SPEED_CAMERA_LINE_COLOR, val speedCameraOutlineColor: Int = DEFAULT_SPEED_CAMERA_OUTLINE_COLOR, val dangerZoneLineColor: Int = DEFAULT_DANGER_ZONE_LINE_COLOR, val dangerZoneOutlineColor: Int = DEFAULT_DANGER_ZONE_OUTLINE_COLOR, val lineWidth: List<WidthByZoom> = DEFAULT_LINE_WIDTHS, val outlineWidth: List<WidthByZoom> = DEFAULT_LINE_OUTLINE_WIDTHS, val markerStyleByCategory: MutableMap<SafetyLocationType, SafetyLocationMarkerStyle> = mutableMapOf())

Represents the style used to display safety locations.

Link copied to clipboard
Link copied to clipboard

Represents vehicle horizon-specific API used to manage horizon capabilities, e.g., safety cameras