create

fun create(): RouteReplanningEngine

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(options: RouteReplanningEngineOptions): RouteReplanningEngine

Creates RouteReplanningEngine with provided RouteReplanningEngineOptions.

Important: This is a Public Preview API. It may be changed or removed at any time.


fun create(options: RouteReplanningEngineOptions, betterRouteSelector: BetterRouteSelector): RouteReplanningEngine

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.