RoadObjectLocationType

Types

Type
Link copied to clipboard
annotation class Type
Retention policy for the RoadObjectLocationType

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

GANTRY
Link copied to clipboard
const val GANTRY: Int = 0
Location defined by a pair of geo-coordinates describing a line typically crossing a road.
OPEN_LR_LINE
Link copied to clipboard
const val OPEN_LR_LINE: Int = 1
An OpenLR line location.
OPEN_LR_POINT
Link copied to clipboard
const val OPEN_LR_POINT: Int = 2
An OpenLR point along line location.
POINT
Link copied to clipboard
const val POINT: Int = 3
Location defined by a single geo-coordinate.
POLYGON
Link copied to clipboard
const val POLYGON: Int = 4
Location represented by a non intersecting shape (polygon) defined by a sequence of geo-coordinates.
POLYLINE
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.
ROUTE_ALERT
Link copied to clipboard
const val ROUTE_ALERT: Int = 6
A location type indicating that this road object is located on the route.
SUBGRAPH
Link copied to clipboard
const val SUBGRAPH: Int = 7
Location of an object represented as a subgraph.