SafetyLocationMarkerStyle
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.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
Link copied to clipboard
An optional foreground image of the end marker for a safety location representing a zone.
Link copied to clipboard
An optional background image of the end marker for a safety location representing a zone.
Link copied to clipboard
An optional background image for the safety location's marker with a speed limit.
Link copied to clipboard
The image of the start marker for a safety location.
Link copied to clipboard
An optional background image for the safety location's marker without a speed limit.