<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKGeoJSONObject",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(pl)MKGeoJSONObject"
  },
  "title" : "MKGeoJSONObject"
}
-->

# MKGeoJSONObject

Objects that the GeoJSON decoder can return.

```
protocol MKGeoJSONObject : NSObjectProtocol
```

## Overview

Classes that conform to this protocol represent the types that the GeoJSON decoder can return.

There’s no reason to create your own classes that conform to this protocol; only MapKit can define classes that the GeoJSON decoder uses.

## Relationships

### Conforming Types

[`MKGeodesicPolyline`](/documentation/MapKit/MKGeodesicPolyline)

[`MKGeoJSONFeature`](/documentation/MapKit/MKGeoJSONFeature)

[`MKPolygon`](/documentation/MapKit/MKPolygon)

[`MKMultiPoint`](/documentation/MapKit/MKMultiPoint)

[`MKPolyline`](/documentation/MapKit/MKPolyline)

[`MKMultiPolyline`](/documentation/MapKit/MKMultiPolyline)

[`MKMultiPolygon`](/documentation/MapKit/MKMultiPolygon)

[`MKPointAnnotation`](/documentation/MapKit/MKPointAnnotation)

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)