Share via


LinearRing.Positions Property

Definition

Gets the LinearRing positions in the Azure Cosmos DB service.

[System.Runtime.Serialization.DataMember(Name="coordinates")]
public System.Collections.ObjectModel.ReadOnlyCollection<Azure.Cosmos.Spatial.Position> Positions { get; }
[<System.Runtime.Serialization.DataMember(Name="coordinates")>]
member this.Positions : System.Collections.ObjectModel.ReadOnlyCollection<Azure.Cosmos.Spatial.Position>
Public ReadOnly Property Positions As ReadOnlyCollection(Of Position)

Property Value

Positions of the LinearRing.

Attributes

Applies to