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(routeReplanner: RouteReplanner, 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(routeReplanner: RouteReplanner, options: RouteReplanningEngineOptions, routeProposalSelector: RouteProposalSelector): RouteReplanningEngine
Creates RouteReplanningEngine with provided RouteReplanningEngineOptions and custom RouteProposalSelector implementation.
Important: This is a Public Preview API. It may be changed or removed at any time.