<PackageReference Include="Azure.Core" Version="1.44.1" />

GeoPointCollection

Represents a geometry that is composed of multiple GeoPoint.
public GeoArray<GeoPosition> Coordinates { get; }

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

public int Count { get; }

Gets the number of elements in the collection.

public GeoPoint this[int index] { get; }

Gets the element at the specified index in the read-only list.

Initializes new instance of GeoPointCollection.

public GeoPointCollection(IEnumerable<GeoPoint> points, GeoBoundingBox boundingBox, IReadOnlyDictionary<string, object> customProperties)

Initializes new instance of GeoPointCollection.

Returns an enumerator that iterates through the collection.