GeoLineString
Represents a line geometry that consists of multiple coordinates.
            
                
Returns a view over the coordinates array that forms this geometry.
            
Initializes new instance of  GeoLineString.
            
public GeoLineString(IEnumerable<GeoPosition> coordinates, GeoBoundingBox boundingBox, IReadOnlyDictionary<string, object> customProperties)
Initializes new instance of  GeoLineString.