Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
sealed class SafetyLocationCountOptions

Determines how many safety locations are made visible from the beginning of the route.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class SafetyLocationMarkerStyle(val startIconImage: Image, val startPinImage: Image? = null, val speedLimitPinImage: Image? = null, val endIconImage: Image? = null, val endPinImage: Image? = null, val textStyle: TextStyle? = TextStyle())

Represents the style used to display safety locations markers.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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(), val areMarkersVisible: Boolean = DEFAULT_MARKER_VISIBILITY)

Represents the style used to display safety locations.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface SafetyLocationVisualization

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

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class TextStyle(val textColor: Int = Color.BLACK, val textSize: Double = DEFAULT_TEXT_SIZE, val fontUri: String = DEFAULT_FONT_URI, val textAnchoring: TextAnchoring = DEFAULT_TEXT_ANCHORING, val offset: PointF = DEFAULT_OFFSET)

Represents the style used to display safety locations markers.