RoadObjectLocationType defines how the road object is located on the map and how this object is matched to a Mapbox road graph.
Available values are:
RoadObjectLocationType.GANTRY
RoadObjectLocationType.OPEN_LR_LINE
RoadObjectLocationType.OPEN_LR_POINT
RoadObjectLocationType.POINT
RoadObjectLocationType.POLYGON
RoadObjectLocationType.POLYLINE
RoadObjectLocationType.ROUTE_ALERT
Retention policy for the RoadObjectLocationType
Location defined by a pair of geo-coordinates describing a line typically crossing a road.
An OpenLR line location. For additional information regarding this type of location please consult OpenLR documentation.
An OpenLR point along line location. For additional information regarding this type of location please consult OpenLR documentation.
Location defined by a single geo-coordinate.
Location represented by a non intersecting shape (polygon) defined by a sequence of geo-coordinates.
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.
A location type indicating that this road object is located on the route.
Location of an object represented as a subgraph.