RouteDirectionParameters.SupportingPoints Property
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.
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
andMinDeviationTime
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.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET