GeoPointCollection
                    public sealed class GeoPointCollection : GeoObject, IReadOnlyList<GeoPoint>, IReadOnlyCollection<GeoPoint>, IEnumerable<GeoPoint>, IEnumerable
                
                Represents a geometry that is composed of multiple  GeoPoint.
            
                
Returns a view over the coordinates array that forms this geometry.
            
Gets the number of elements in the collection.
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.