API notes: MapKit framework
===========================

The full API is described in `Apple's documentation`__, both
the C and Objective-C APIs are available (but see the `API Notes`_ below).

.. __: https://developer.apple.com/documentation/mapkit/?preferredLanguage=occ

These bindings are accessed through the ``MapKit`` package (that is, ``import MapKit``).

API Notes
---------

The entire "MapKit" framework on macOS 10.9 (or later) is available from Python.

.. note::

   The MapKit framework is only available in applications in the AppStore (or signed by
   a development key of a developer that could ship to the AppStore)
