Uses of Class
com.azure.maps.route.models.RouteMatrixOptions
Packages that use RouteMatrixOptions
Package
Description
Package containing the classes for RouteClient.
Package containing the data models for RouteClient.
-
Uses of RouteMatrixOptions in com.azure.maps.route
Methods in com.azure.maps.route with parameters of type RouteMatrixOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<RouteMatrixResult, RouteMatrixResult> MapsRouteAsyncClient.beginGetRouteMatrix(RouteMatrixOptions options) Request Route Matrixcom.azure.core.util.polling.SyncPoller<RouteMatrixResult, RouteMatrixResult> MapsRouteClient.beginGetRouteMatrix(RouteMatrixOptions options) Request Route Matrixcom.azure.core.util.polling.SyncPoller<RouteMatrixResult, RouteMatrixResult> MapsRouteClient.beginGetRouteMatrix(RouteMatrixOptions options, com.azure.core.util.Context context) Request Route Matrix -
Uses of RouteMatrixOptions in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteMatrixOptionsModifier and TypeMethodDescriptionRouteMatrixOptions.setArriveAt(OffsetDateTime arriveAt) Sets the arrival time.RouteMatrixOptions.setAvoid(List<RouteAvoidType> avoid) Avoid certain types of routes.RouteMatrixOptions.setComputeTravelTime(ComputeTravelTime computeTravelTime) Options for computing the travel time.RouteMatrixOptions.setDepartAt(OffsetDateTime departAt) Sets the departure time.RouteMatrixOptions.setFilterSectionType(SectionType filterSectionType) Filter by certainSectionTypeRouteMatrixOptions.setInclineLevel(InclineLevel inclineLevel) Sets the incline levelInclineLevelRouteMatrixOptions.setRouteMatrixQuery(RouteMatrixQuery routeMatrixQuery) Sets theRouteMatrixQueryrepresenting the desired route matrix.RouteMatrixOptions.setRouteType(RouteType routeType) Sets the route typeRouteTypeRouteMatrixOptions.setTravelMode(TravelMode travelMode) Sets the travel modeTravelModeRouteMatrixOptions.setUseTrafficData(Boolean useTrafficData) Use traffic data when calculating the range.RouteMatrixOptions.setVehicleAxleWeight(Integer vehicleAxleWeight) Sets the vehicle axle weight.RouteMatrixOptions.setVehicleHeight(Double vehicleHeight) Sets the vehicle height.RouteMatrixOptions.setVehicleLength(Double vehicleLength) Sets the vehicle length.RouteMatrixOptions.setVehicleLoadType(VehicleLoadType vehicleLoadType) Sets the vehicle load typeVehicleLoadTypeRouteMatrixOptions.setVehicleMaxSpeed(Integer vehicleMaxSpeed) Sets the vehicle max speed.RouteMatrixOptions.setVehicleWeight(Integer vehicleWeight) Sets the vehicle weight.RouteMatrixOptions.setVehicleWidth(Double vehicleWidth) Sets the vehicle width.RouteMatrixOptions.setWaitForResults(Boolean waitForResults) Wait for the results of the callRouteMatrixOptions.setWindingness(WindingnessLevel windingness) Sets the windingness levelWindingness