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

planReachableRange

@PublicPreview("2021.06") fun planReachableRange(reachableRangeSpecification: ReachableRangeSpecification): Single<ReachableRangeArea>

Performs a reactive plan reachable range computing action based on the provided ReachableRangeSpecification object.

Parameters

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

Return
ReachableRangeArea's Result object.