RouteDirectionQuery.RoutePoints 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 list of geo points for the route. A minimum of two coordinates is required. The first one is the origin and the last is the destination of the route.
public System.Collections.Generic.IList<Azure.Core.GeoJson.GeoPosition> RoutePoints { get; }
member this.RoutePoints : System.Collections.Generic.IList<Azure.Core.GeoJson.GeoPosition>
Public ReadOnly Property RoutePoints As IList(Of GeoPosition)
Property Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET