MKGeoJSONFeature
The decoded representation of a GeoJSON feature.
Declaration
class MKGeoJSONFeatureOverview
A feature is an object with associated geometry and optional properties in JSON that you define. MapKit exposes these optional properties, but treats them as opaque. MKGeoJSONFeature is one of the classes that the GeoJSON decoder (MKGeoJSONDecoder) can return.
See the GeoJSON standards specification RFC 7946 for more information about Feature objects.