@PublicPreview("2021.06") fun planRoute(routeSpecification: RouteSpecification): Single<RoutePlan>
Performs a reactive plan route computing action based on the provided RouteSpecification object.
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.
evRouteSpecification
- The object which contains the data necessary to execute
the plan route computing action.
Return
EvRoutePlan's Result object.