GeoLineStringCollection
                    public sealed class GeoLineStringCollection : GeoObject, IReadOnlyList<GeoLineString>, IEnumerable<GeoLineString>, IEnumerable, IReadOnlyCollection<GeoLineString>
                
                Represents a geometry that is composed of multiple  GeoLineString.
            
                
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  GeoLineStringCollection.
            
public GeoLineStringCollection(IEnumerable<GeoLineString> lines, GeoBoundingBox boundingBox, IReadOnlyDictionary<string, object> customProperties)
Initializes new instance of  GeoLineStringCollection.
            
Returns an enumerator that iterates through the collection.