SafetyLocationElement
data class SafetyLocationElement(val safetyLocationId: SafetyLocationId, val coordinates: MutableList<GeoPoint>, val type: SafetyLocationType, val isZone: Boolean)
Represents a safety location element.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
constructor(safetyLocationId: SafetyLocationId, coordinates: MutableList<GeoPoint>, type: SafetyLocationType, isZone: Boolean)
Properties
Link copied to clipboard
Returns the coordinates of the element. If the element is a spot element, the returned list contains one point. If the element is a segment element, the returned list contains a list of points in the sequence from the element start to end, including also all intermediate points.
Link copied to clipboard
Unique id of safety location data object.
Link copied to clipboard
The style configuration used to display safety locations.