MultiPolygonGeometry

public class MultiPolygonGeometry : GeoJSON

An array of polygon 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: [PolygonGeometry.CoordinateType]