RoadObjectLocationType

Types

Link copied to clipboard
annotation class Type

Retention policy for the RoadObjectLocationType

Properties

Link copied to clipboard
const val GANTRY: Int = 0

Location defined by a pair of geo-coordinates describing a line typically crossing a road.

Link copied to clipboard
const val OPEN_LR_LINE: Int = 1

An OpenLR line location. For additional information regarding this type of location please consult OpenLR documentation.

Link copied to clipboard
const val OPEN_LR_POINT: Int = 2

An OpenLR point along line location. For additional information regarding this type of location please consult OpenLR documentation.

Link copied to clipboard
const val POINT: Int = 3

Location defined by a single geo-coordinate.

Link copied to clipboard
const val POLYGON: Int = 4

Location represented by a non intersecting shape (polygon) defined by a sequence of geo-coordinates.

Link copied to clipboard
const val POLYLINE: Int = 5

Location represented by a polyline defined by a sequence of geo-coordinates and consisting of a line or a number of lines forming a path.

Link copied to clipboard
const val ROUTE_ALERT: Int = 6

A location type indicating that this road object is located on the route.

Link copied to clipboard
const val SUBGRAPH: Int = 7

Location of an object represented as a subgraph.