create
fun create(onlineRoutePlanner: RoutePlanner, offlineRoutePlanner: RoutePlanner, configuration: RouteReplannerConfiguration = RouteReplannerConfiguration()): RouteReplanner
Creates an instance of HybridRouteReplanner.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
onlineRoutePlanner
RouteReplanner used to execute online routing requests.
offlineRoutePlanner
RouteReplanner used to execute offline routing requests.
configuration
RouteReplannerConfiguration used for route replanning.