Package-level declarations

Types

Link copied to clipboard

GantryLocation contains information about the location of the road object represented as gantry on the road graph.

Link copied to clipboard

OpenLRLineLocation contains information about the location of the road object represented as OpenLR line on the road graph.

Link copied to clipboard

OpenLROrientation describes the relationship between the road object and the direction of a referenced line. The road object may be directed in the same direction as the line, against that direction, both directions, or the direction of the road object might be unknown.

Link copied to clipboard

OpenLRPointLocation contains information about the location of the road object represented as OpenLR point on the road graph.

Link copied to clipboard

OpenLRSideOfRoad describes the relationship between the road object and the road. The road object can be on the right side of the road, on the left side of the road, on both sides of the road or directly on the road.

Link copied to clipboard

PointLocation contains information about the location of the road object represented as point on the road graph.

Link copied to clipboard

PolygonLocation contains information about the location of the road object represented as polygon on the road graph.

Link copied to clipboard

PolylineLocation contains information about the location of the road object represented as polyline on the road graph.

Link copied to clipboard
abstract class RoadObjectLocation

RoadObjectLocation contains information about the location of the road object of a concrete flavor/shape (gantry, polygon, line, point etc.) on the road graph.

Link copied to clipboard

RoadObjectLocationType defines how the road object is located on the map and how this object is matched to a Mapbox road graph.

Link copied to clipboard

RouteAlertLocation contains information about the location of the route alert. It will be produced only for objects that are on the current route that we are actively navigating on.

Link copied to clipboard

SubgraphEdge represents an edge in the complex object which might be considered as a directed graph. The graph might contain loops. innerEdgeIds and outerEdgeIds properties contain edge ids, which allows to traverse the graph, obtain geometry and calculate different distances inside it.

Link copied to clipboard

Location of an object represented as a subgraph.