See: Description
Interface | Description |
---|---|
NavigationEventListener | |
OnOfflineRouteFoundCallback |
Callback used for finding offline routes.
|
OnOfflineTilesConfiguredCallback |
Listener that needs to be added to
MapboxOfflineRouter.configure(String, OnOfflineTilesConfiguredCallback) to know when
offline data is initialized and
MapboxOfflineRouter.findRoute(OfflineRoute, OnOfflineRouteFoundCallback) could be called. |
OnOfflineTilesRemovedCallback |
Listener that needs to be added to
MapboxOfflineRouter.removeTiles(String, BoundingBox, OnOfflineTilesRemovedCallback) to know when the routing
tiles within the provided BoundingBox have been removed |
OnTileVersionsFoundCallback | |
RefreshCallback | |
RouteTileDownloadListener |
Listener for receiving updates about a route tile download.
|
Class | Description |
---|---|
MapboxNavigation |
A MapboxNavigation class for interacting with and customizing a navigation session.
|
MapboxNavigationOptions |
Immutable and can't be changed after passing into
MapboxNavigation . |
MapboxNavigationOptions.Builder | |
MapboxOfflineRouter |
Class used for offline routing.
|
NavigationConstants |
Navigation constants
|
NavigationHelper |
This contains several single purpose methods that help out when a new location update occurs and
calculations need to be performed on it.
|
NavigationLibraryLoader | |
NavigationLifecycleMonitor | |
NavigationRoute |
The NavigationRoute class wraps the
MapboxDirections class with parameters which
must be set in order for a navigation session to successfully begin. |
NavigationRoute.Builder |
This builder is used to create a new request to the Mapbox Directions API and removes options
which would cause this navigation SDK to not behave properly.
|
NavigationService |
Internal usage only, use navigation by initializing a new instance of
MapboxNavigation
and customizing the navigation experience through that class. |
NavigationTimeFormat | |
NavigationWalkingOptions |
Class for specifying options for use with the walking profile.
|
NavigationWalkingOptions.Builder |
This builder is used to create a new object with specifications relating to walking directions.
|
OfflineCriteria | |
OfflineError | |
OfflineRoute |
The
OfflineRoute class wraps the NavigationRoute class with parameters which
could be set in order for an offline navigation session to successfully begin. |
OfflineRoute.Builder | |
OfflineTiles |
This is a wrapper class for the
MapboxRouteTiles class. |
OfflineTiles.Builder |
This builder is used to create a new request to the Mapbox Route Tiles API.
|
RefreshError | |
RouteRefresh |
This class allows the developer to interact with the Directions Refresh API, receiving updated
annotations for a route previously requested with the enableRefresh flag.
|
SdkVersionChecker |
Enum | Description |
---|---|
DirectionsRouteType |
Annotation Type | Description |
---|---|
NavigationConstants.ManeuverModifier | |
NavigationConstants.ManeuverType | |
NavigationConstants.RoundingIncrement | |
NavigationTimeFormat.Type | |
OfflineCriteria.BicycleType |
Retention policy for the bicycle type parameter in the Directions API.
|
OfflineCriteria.WaypointType |
Retention policy for the waypoint type parameter in the Directions API.
|
© 2019 Mapbox. All rights reserved.