Enumerations
The following enumerations are available globally.
-
A feature identifier identifies a
See moreFeature
object.Declaration
Swift
-
A GeoJSON object represents a Geometry, Feature, or collection of Features.
Note
Foreign members which may be present inside are coded only if usedJSONEncoder
orJSONDecoder
hasuserInfo[.includesForeignMembers] = true
.Declaration
Swift
-
A Geometry object represents points, curves, and surfaces in coordinate space. Use an instance of this enumeration whenever a value could be any kind of Geometry object.
See moreDeclaration
Swift
-
A JSON value represents an object, array, or fragment.
This type does not represent the
See morenull
value in JSON. UseOptional<JSONValue>
wherevernull
is accepted.Declaration
Swift