GeoJSONObject
public protocol GeoJSONObject : Decodable, Encodable
Undocumented
-
Undocumented
Declaration
Swift
var type: FeatureType { get }
-
Undocumented
Declaration
Swift
var identifier: FeatureIdentifier? { get set }
-
Undocumented
Declaration
Swift
var properties: [String : Any?]? { get set }