GeoJSON

public protocol GeoJSON : Decodable

Common protocol for every geometry type.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • An object containing information about the coordinates of an element.

    Declaration

    Swift

    var coordinates: CoordinateType { get set }