Share via


RouteDirectionQuery.RoutePoints Property

Definition

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