RouteDirectionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Post body parameters for Route directions.
public class RouteDirectionParameters
type RouteDirectionParameters = class
Public Class RouteDirectionParameters
- Inheritance
-
RouteDirectionParameters
Constructors
RouteDirectionParameters() |
Initializes a new instance of RouteDirectionParameters. |
Properties
AllowVignette |
This is a list of 3-character, ISO 3166-1, alpha-3 country codes of countries/regions in which toll roads with vignettes are allowed, e.g. "AUS,CHE". Specifying allowVignette with some countries/regions X is equivalent to specifying avoidVignette with all countries/regions but X. Specifying allowVignette with an empty list is the same as avoiding all toll roads with vignettes. Note: It is an error to specify both avoidVignette and allowVignette. |
AvoidAreas |
A GeoJSON PolygonCollection representing list of areas to avoid. Only rectangle polygons are supported. The maximum size of a rectangle is about 160x160 km. Maximum number of avoided areas is |
AvoidVignette |
This is a list of 3-character, ISO 3166-1, alpha-3 country codes of countries/regions in which all toll roads with vignettes are to be avoided, e.g. "AUS,CHE". Toll roads with vignettes in countries/regions not in the list are unaffected. Note: It is an error to specify both avoidVignette and allowVignette. |
SupportingPoints |
A GeoJSON collection representing sequence of coordinates used as input for route reconstruction and for calculating zero or more alternative routes to this reference route.
GeoPoint , GeoPointColletion , GeoPolygon , GeoPolygonCollection , GeoLineString , GeoLineStringCollection
Please refer to for details.
|
Applies to
Azure SDK for .NET