LineString.Positions
Property
Definition
Gets line string positions.
[Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Documents.Spatial.Position> Positions { get; }
Property Value
Positions of the line string.