GeometryData

public struct GeometryData : Decodable

GeoJSON represeted by GeometryData

Important

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

Public

  • Type of geometry data

    Declaration

    Swift

    public let type: String
  • List of features.

    Declaration

    Swift

    public let features: [Feature]