Uses of Class
com.azure.maps.route.models.RouteDirectionsParameters
Packages that use RouteDirectionsParameters
Package
Description
Package containing the classes for RouteClient.
Package containing the data models for RouteClient.
-
Uses of RouteDirectionsParameters in com.azure.maps.route
Methods in com.azure.maps.route with parameters of type RouteDirectionsParametersModifier and TypeMethodDescriptionMapsRouteAsyncClient.getRouteDirections(RouteDirectionsOptions options, RouteDirectionsParameters parameters) Get Route DirectionsMapsRouteClient.getRouteDirections(RouteDirectionsOptions options, RouteDirectionsParameters parameters) Get Route DirectionsMono<com.azure.core.http.rest.Response<RouteDirections>> MapsRouteAsyncClient.getRouteDirectionsWithResponse(RouteDirectionsOptions options, RouteDirectionsParameters parameters) Get Route Directionscom.azure.core.http.rest.Response<RouteDirections> MapsRouteClient.getRouteDirectionsWithResponse(RouteDirectionsOptions options, RouteDirectionsParameters parameters, com.azure.core.util.Context context) Get Route Directions -
Uses of RouteDirectionsParameters in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteDirectionsParametersModifier and TypeMethodDescriptionRouteDirectionsParameters.setAllowVignette(List<String> allowVignette) Set the allowVignette property: This is a list of 3-character, ISO 3166-1, alpha-3 country codes of countries in which toll roads with vignettes are allowed, e.g.RouteDirectionsParameters.setAvoidAreas(com.azure.core.models.GeoPolygonCollection avoidAreas) Set the avoidAreas property: A GeoJSON MultiPolygon representing list of areas to avoid.RouteDirectionsParameters.setAvoidVignette(List<String> avoidVignette) Set the avoidVignette property: This is a list of 3-character, ISO 3166-1, alpha-3 country codes of countries in which all toll roads with vignettes are to be avoided, e.g.RouteDirectionsParameters.setSupportingPoints(com.azure.core.models.GeoCollection supportingPoints) Set the supportingPoints property: A GeoJSON Geometry collection representing sequence of coordinates used as input for route reconstruction and for calculating zero or more alternative routes to this reference route. - The provided sequence of supporting points is used as input for route reconstruction. - The alternative routes are calculated between the origin and destination points specified in the base path parameter locations. - If both _minDeviationDistance_ and _minDeviationTime_ are set to zero, then these origin and destination points are expected to be at (or very near) the beginning and end of the reference route, respectively. - Intermediate locations (_waypoints_) are not supported when using <_supportingPoints_>. - The reference route may contain traffic incidents of type _ROAD_CLOSURE_, which are ignored for the calculation of the reference route's travel time and traffic delay.