sdk-routing-rxjava2 / com.tomtom.online.sdk.routing.rx / RxRoutingApi / planRoute

planRoute

@PublicPreview("2021.06") fun planRoute(routeSpecification: RouteSpecification): Single<RoutePlan>

Performs a reactive plan route computing action based on the provided RouteSpecification object.

Parameters

routeSpecification - The object which contains the data necessary to execute the plan route computing action.

Return
RoutePlan's Result object.

@PublicPreview("2021.06") fun planRoute(evRouteSpecification: EvRouteSpecification): Single<EvRoutePlan>

Performs a reactive plan route computing action based on the provided EvRouteSpecification object.

Parameters

evRouteSpecification - The object which contains the data necessary to execute the plan route computing action.

Return
EvRoutePlan's Result object.