Package com.mapbox.navigation.core.trip.session.eh

Types

Link copied to clipboard
interface EHorizonObserver

Electronic horizon listener. Callbacks are fired in the order specified. onPositionUpdated might be called multiple times after the other callbacks until a new change to the horizon occurs.

Link copied to clipboard
class GraphAccessor

MapboxNavigation.graphAccessor provides methods to get edge (e.g. EHorizonEdge) shape and metadata.

Link copied to clipboard
class RoadObjectMatcher

MapboxNavigation.roadObjectMatcher provides methods to match custom road objects.

Link copied to clipboard
fun interface RoadObjectMatcherObserver

Road objects matching listener. Callbacks are fired when matching is finished.

Link copied to clipboard
class RoadObjectsStore

MapboxNavigation.roadObjectsStore provides methods to get road objects metadata, add and remove custom road objects.