RouteDirectionParameters.AvoidAreas 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 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 10
. It cannot cross the 180th meridian. It must be between -80 and +80 degrees of latitude.
public Azure.Core.GeoJson.GeoPolygonCollection AvoidAreas { get; set; }
member this.AvoidAreas : Azure.Core.GeoJson.GeoPolygonCollection with get, set
Public Property AvoidAreas As GeoPolygonCollection
Property Value
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