Share via


GeoLineStringCollection.Coordinates Property

Definition

Returns a view over the coordinates array that forms this geometry.

public Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>> Coordinates { get; }
member this.Coordinates : Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>>
Public ReadOnly Property Coordinates As GeoArray(Of GeoArray(Of GeoPosition))

Property Value

Applies to