Package com.mapbox.navigation.base.trip.model.roadobject.location

Types

Link copied to clipboard
class GantryLocation : RoadObjectLocation

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

Link copied to clipboard
class OpenLRLineLocation : RoadObjectLocation

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

Link copied to clipboard
object OpenLROrientation

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
class OpenLRPointLocation : RoadObjectLocation

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

Link copied to clipboard
object OpenLRSideOfRoad

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
class PointLocation : RoadObjectLocation

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

Link copied to clipboard
class PolygonLocation : RoadObjectLocation

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

Link copied to clipboard
class PolylineLocation : RoadObjectLocation

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
object RoadObjectLocationType

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
class RouteAlertLocation : RoadObjectLocation

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
class SubgraphEdge

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
class SubgraphLocation : RoadObjectLocation

Location of an object represented as a subgraph.