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

Types

GantryLocation
Link copied to clipboard
class GantryLocation : RoadObjectLocation
GantryLocation contains information about the location of the road object represented as gantry on the road graph.
OpenLRLineLocation
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.
OpenLROrientation
Link copied to clipboard
object OpenLROrientation
OpenLROrientation describes the relationship between the road object and the direction of a referenced line.
OpenLRPointLocation
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.
OpenLRSideOfRoad
Link copied to clipboard
object OpenLRSideOfRoad
OpenLRSideOfRoad describes the relationship between the road object and the road.
PointLocation
Link copied to clipboard
class PointLocation : RoadObjectLocation
PointLocation contains information about the location of the road object represented as point on the road graph.
PolygonLocation
Link copied to clipboard
class PolygonLocation : RoadObjectLocation
PolygonLocation contains information about the location of the road object represented as polygon on the road graph.
PolylineLocation
Link copied to clipboard
class PolylineLocation : RoadObjectLocation
PolylineLocation contains information about the location of the road object represented as polyline on the road graph.
RoadObjectLocation
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.
RoadObjectLocationType
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.
RouteAlertLocation
Link copied to clipboard
class RouteAlertLocation : RoadObjectLocation
RouteAlertLocation contains information about the location of the route alert.
SubgraphEdge
Link copied to clipboard
class SubgraphEdge
SubgraphEdge represents an edge in the complex object which might be considered as a directed graph.
SubgraphLocation
Link copied to clipboard
class SubgraphLocation : RoadObjectLocation
Location of an object represented as a subgraph.