RestStopType

object RestStopType

Utility that lists available rest stops point types.

Types

Type
Link copied to clipboard
annotation class Type
Rest stop type.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

REST_AREA
Link copied to clipboard
const val REST_AREA: Int = 1
Describes a rest area.
SERVICE_AREA
Link copied to clipboard
const val SERVICE_AREA: Int = 2
Describes a service area.
UNKNOWN
Link copied to clipboard
const val UNKNOWN: Int
Describes an unknown rest stop.