create
fun create(context: Context, apiKey: String, apiUri: Uri? = null, ndsStore: NdsStore, traffic: Traffic? = null, configuration: RouteReplannerConfiguration = RouteReplannerConfiguration()): RouteReplanner
Creates an instance of HybridRouteReplanner.
Parameters
context
Android context.
apiKey
API key for the online routing API.
apiUri
Custom URL to be used to execute online routing API calls.
ndsStore
Handle to the onboard map that will be used for onboard routing.
traffic
Traffic handle that will be used for onboard routing.
configuration
Configuration for dynamic routing.
Important: This is a Public Preview API. It may be changed or removed at any time.