Package com.mapbox.navigation.base.trip.model.eh

Types

EHorizon
Link copied to clipboard
class EHorizon
An Electronic Horizon is a probable path (or paths) of a vehicle within the road graph which is used to surface metadata about the underlying edges of the graph for a certain distance in front of the vehicle thus extending the user's perspective beyond the “visible” horizon.
EHorizonEdge
Link copied to clipboard
class EHorizonEdge
Basic Edge classNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
EHorizonEdgeMetadata
Link copied to clipboard
class EHorizonEdgeMetadata
Edge metadataNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
EHorizonGraphPath
Link copied to clipboard
class EHorizonGraphPath
EHorizonGraphPath defines a path on a map graph.
EHorizonGraphPosition
Link copied to clipboard
class EHorizonGraphPosition
The position on the current EHorizon.
EHorizonPosition
Link copied to clipboard
class EHorizonPosition
EHorizonPositionNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
EHorizonResultType
Link copied to clipboard
object EHorizonResultType
EHorizonResultTypeNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
MatchableGeometry
Link copied to clipboard
data class MatchableGeometry(roadObjectId: String, coordinates: List<Point>)
The record represents the raw data which could be matched to the road graph.
MatchableOpenLr
Link copied to clipboard
data class MatchableOpenLr(roadObjectId: String, openLRLocation: String, openLRStandard: String)
The record represents a piece of data which is required to match one OpenLR.
MatchablePoint
Link copied to clipboard
data class MatchablePoint(roadObjectId: String, point: Point, bearing: Double?)
The record represents a raw point which could be matched to the road graph.
OpenLRStandard
Link copied to clipboard
object OpenLRStandard
OpenLRStandardNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
RoadClass
Link copied to clipboard
object RoadClass
Holds available RoadClass types.
RoadName
Link copied to clipboard
class RoadName
Road name informationNOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing.
RoadSurface
Link copied to clipboard
object RoadSurface
Surface type of the road.