RestStopType

object RestStopType

Utility that lists available rest stops point types.

Types

Link copied to clipboard
annotation class Type

Rest stop type.

Properties

Link copied to clipboard
const val REST_AREA: Int = 1

Describes a rest area.

Link copied to clipboard
const val SERVICE_AREA: Int = 2

Describes a service area.

Link copied to clipboard
const val UNKNOWN: Int

Describes an unknown rest stop.