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
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET