Using MapKit JS to Embed Apple Maps in Websites
Learn how to use MapKit JS to embed Apple Maps in websites by generating an identifier, private key and JSON Web Token.

If you like Apple Maps and would like to use it not just in your apps but even on your website, this is for you. Find out how to get started with MapKit JS.
With MapKit JS you can embed interactive Apple Maps on your website, annotate points of interest, and perform searches. It is a JavaScript API that works across different platforms and operating systems.
MapKit JS requires authorization through JSON Web Tokens (JWTs) for initialization and advanced API calls. To create a JWT, you can use a key that can be configured by setting up MapKit JS in your Apple Developer Account.
Let's see how that works. Become a free member or log in to proceed.