Uses of Class
com.azure.maps.route.models.RouteRangeOptions
Packages that use RouteRangeOptions
Package
Description
Package containing the classes for RouteClient.
Package containing the data models for RouteClient.
-
Uses of RouteRangeOptions in com.azure.maps.route
Methods in com.azure.maps.route with parameters of type RouteRangeOptionsModifier and TypeMethodDescriptionMapsRouteAsyncClient.getRouteRange(RouteRangeOptions options) Get Route RangeMapsRouteClient.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 RouteRangeOptions in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteRangeOptionsModifier and TypeMethodDescriptionRouteRangeOptions.setDistanceBudgetInMeters(Double distanceBudgetInMeters) Sets the distance budget in meters.RouteRangeOptions.setEnergyBudgetInKwH(Double energyBudgetInKwH) Sets the energy budget in KwHRouteRangeOptions.setFuelBudgetInLiters(Double fuelBudgetInLiters) Sets the fuel budget in liters.RouteRangeOptions.setStartingPoint(com.azure.core.models.GeoPosition startingPoint) Sets the starting point.RouteRangeOptions.setTimeBudgetInSec(Duration timeBudgetInSec) Sets the time budget in seconds.