SafetyLocationElement
class SafetyLocationElement(val safetyLocationId: SafetyLocationId, val coordinates: MutableList<GeoPoint>, val type: SafetyLocationType, val isZone: Boolean)
Represents a safety location element.
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 zone, the returned list contains a list of points in the sequence from the element start to end, including also all intermediate points. If the element is not a zone, the returned list contains only one point representing the position of the element.
Link copied to clipboard
Unique id of safety location data object.
Link copied to clipboard
The style configuration used to display safety locations.