你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RouteDirectionParameters.AvoidAreas 属性

定义

表示要避免的区域列表的 GeoJSON PolygonCollection。 仅支持矩形多边形。 矩形的最大大小约为 160x160 km。 避免区域的最大数目为 10。 它不能跨越第180个子午线。 它必须介于 -80 到 +80 的纬度之间。

public Azure.Core.GeoJson.GeoPolygonCollection AvoidAreas { get; set; }
member this.AvoidAreas : Azure.Core.GeoJson.GeoPolygonCollection with get, set
Public Property AvoidAreas As GeoPolygonCollection

属性值

适用于