GeoJSONObject

public enum GeoJSONObject : Equatable
extension GeoJSONObject: Codable
extension GeoJSONObject: GeoJSONObjectConvertible

A GeoJSON object represents a Geometry, Feature, or collection of Features.

Note

Foreign members which may be present inside are coded only if used JSONEncoder or JSONDecoder has userInfo[.includesForeignMembers] = true.