Aracılığıyla paylaş


RouteDirectionParameters.SupportingPoints Property

Definition

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.

  • 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.
Current support type: GeoPoint, GeoPointColletion, GeoPolygon, GeoPolygonCollection, GeoLineString, GeoLineStringCollection Please refer to for details.
public Azure.Core.GeoJson.GeoCollection SupportingPoints { get; set; }
member this.SupportingPoints : Azure.Core.GeoJson.GeoCollection with get, set
Public Property SupportingPoints As GeoCollection

Property Value

Exceptions

Unsupported GeoCollection type when assign to SupportingPoints.

Applies to