SpeedLimitType

object SpeedLimitType

Speed limit type.

Types

Link copied to clipboard
annotation class Type

Retention policy for the SpeedLimitType

Properties

Link copied to clipboard
const val EXPLICIT: Int = 1

Explicit type.

Link copied to clipboard
const val IMPLICIT: Int = 0

Implicit type.

Link copied to clipboard
const val PROLONGED: Int = 2

Edge does not start the way, no sign on the edge. Speed limit time is the same of on previous edge.

Link copied to clipboard
const val UNKNOWN: Int = 3

Type is unknown.