@DeprecatedSince(2020, 7) abstract fun findReachableRange(query: ReachableRangeQuery): Single<ReachableRangeResponse>
Performs a reactive reachable range computing action based on the provided ReachableRangeQuery object.
query
- The object which contains the data necessary to execute the reachable range computing action.
Return
ReachableRangeResponse's Single object.
@DeprecatedSince(2020, 6) abstract fun findReachableRange(query: ReachableRangeQuery, listener: ReachableRangeResultListener): Unit
Performs a reachable range computing action action based on the provided ReachableRangeQuery object and returns the route in the callback.
query
- The object which contains the data necessary to execute the reachable range computing action.
listener
- The ReachableRangeResultListener which contains data about reachable range.