GeoJSONObject
A GeoJSON object represents a Geometry, Feature, or collection of Features.
Note
Foreign members which may be present inside are coded only if usedJSONEncoder
or JSONDecoder
has userInfo[.includesForeignMembers] = true
.
-
A Geometry object represents points, curves, and surfaces in coordinate space.
-
A Feature object represents a spatially bounded thing.
-
A FeatureCollection object is a collection of Feature objects.
-
Initializes a GeoJSON object representing the given GeoJSON object–convertible instance.
-
-
-