Uses of Class
com.azure.maps.route.models.RouteRangeResult
Packages that use RouteRangeResult
Package
Description
Package containing the classes for RouteClient.
Package containing the data models for RouteClient.
-
Uses of RouteRangeResult in com.azure.maps.route
Methods in com.azure.maps.route that return RouteRangeResultModifier and TypeMethodDescriptionMapsRouteClient.getRouteRange(RouteRangeOptions options) Get Route RangeMethods in com.azure.maps.route that return types with arguments of type RouteRangeResultModifier and TypeMethodDescriptionMapsRouteAsyncClient.getRouteRange(RouteRangeOptions options) Get Route RangeMono<com.azure.core.http.rest.Response<RouteRangeResult>> MapsRouteAsyncClient.getRouteRangeWithResponse(RouteRangeOptions options) Get Route Rangecom.azure.core.http.rest.Response<RouteRangeResult> MapsRouteClient.getRouteRangeWithResponse(RouteRangeOptions options, com.azure.core.util.Context context) Get Route Range -
Uses of RouteRangeResult in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteRangeResultModifier and TypeMethodDescriptionstatic RouteRangeResultRouteRangeResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteRangeResult from the JsonReader.RouteRangeResult.setReachableRange(RouteRange reachableRange) Set the reachableRange property: Reachable Range.RouteRangeResult.setReport(RouteReport report) Set the report property: Reports the effective settings used in the current call.