create
Creates RouteReplanningEngine with default configuration.
Important: This is a Public Preview API. It may be changed or removed at any time.
See also
fun create(dynamicRoutingApi: DynamicRoutingApi, options: RouteReplanningEngineOptions): RouteReplanningEngine
Content copied to clipboard
Creates RouteReplanningEngine with provided RouteReplanningEngineOptions.
Important: This is a Public Preview API. It may be changed or removed at any time.
fun create( dynamicRoutingApi: DynamicRoutingApi, options: RouteReplanningEngineOptions, betterRouteSelector: BetterRouteSelector): RouteReplanningEngine
Content copied to clipboard
Creates RouteReplanningEngine with provided RouteReplanningEngineOptions and custom BetterRouteSelector implementation.
Important: This is a Public Preview API. It may be changed or removed at any time.