FormOfWay

object FormOfWay

Form of way type.

Types

Link copied to clipboard
annotation class Type

Retention policy for FormOfWay.

Properties

Link copied to clipboard
const val CAR_PARK_ENTRANCE: Int = 11

Car park entrance form of way.

Link copied to clipboard
const val FREEWAY: Int = 1

Freeway form of way.

Link copied to clipboard
const val MULTIPLE_CARRIAGEWAY: Int = 2

Multiple carriageway form of way.

Link copied to clipboard
const val NA: Int = 14

Form of way is not applicable.

Link copied to clipboard
const val PARALLEL_ROAD: Int = 7

Parallel road form of way.

Link copied to clipboard
const val PEDESTRIAN_ZONE: Int = 13

Pedestrian zone form of way.

Link copied to clipboard
const val RAMP: Int = 9

Ramp form of way.

Link copied to clipboard
const val RAMP_ON_FREEWAY: Int = 8

Ramp on freeway form of way.

Link copied to clipboard
const val ROUNDABOUT_CIRCLE: Int = 4

Roundabout circle form of way.

Link copied to clipboard
const val SERVICE_ENTRANCE: Int = 12

Service entrance form of way.

Link copied to clipboard
const val SERVICE_ROAD: Int = 10

Service road form of way.

Link copied to clipboard
const val SINGLE_CARRIAGEWAY: Int = 3

Single carriageway form of way.

Link copied to clipboard
const val SLIP_ROAD: Int = 6

Slip road form of way.

Link copied to clipboard
const val TRAFFIC_SQUARE: Int = 5

Traffic square form of way.

Link copied to clipboard
const val UNKNOWN: Int = 0

Unknown form of way.