MultiLineStringGeometry

public class MultiLineStringGeometry : GeoJSON

An array of lineString coordinate arrays.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • An object containing information about the coordinates of an element.

    Declaration

    Swift

    public var coordinates: [LineStringGeometry.CoordinateType]