Package-level declarations

Types

Link copied to clipboard
class SafetyLocation(val id: SafetyLocationId, val speedLimit: Speed?, val startLocation: GeoPoint, val endLocation: GeoPoint = startLocation, val type: SafetyLocationType)

Describes a safety location.

Link copied to clipboard
value class SafetyLocationId(val value: Int)

Identifier of a safety location.

Link copied to clipboard
value class SafetyLocationType(val value: String)

Describes the type of a safety location.