create

fun create(onlineRoutePlanner: RoutePlanner, offlineRoutePlanner: RoutePlanner, configuration: RouteReplannerConfiguration = RouteReplannerConfiguration()): RouteReplanner

Creates an instance of HybridRouteReplanner.

Parameters

onlineRoutePlanner

RouteReplanner used to execute online routing API calls.

offlineRoutePlanner

RouteReplanner used to execute offline routing API calls.

configuration

Configuration for dynamic routing.

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