What's new in mapkit

Asked on 06/11/2025

1 search

At WWDC, Apple introduced several new features for MapKit across different platforms. Here are some highlights:

  1. Place Descriptor: A new type introduced in the Geotoolbox framework, allowing developers to supply structured information about a place. This can be used by MapKit or other mapping services to find rich data about a place.

  2. Place ID: A unique identifier for places that can be used to reference map items in the MapKit framework and MapKit JS. This helps in maintaining consistent references to places over time.

  3. MapKit on watchOS: For the first time, MapKit APIs are available on watchOS, allowing for features like searching for nearby points of interest, getting routes using different transport types, and showing routes as overlays on a map with SwiftUI.

  4. Cycling Directions: MapKit now supports cycling directions, which take advantage of paths and trails unavailable when driving and omit roads not suitable for bikes.

  5. Lookaround Feature: This feature provides 360-degree interactive street-level imagery, which is now available in MapKit JS for web applications.

  6. MapKit JS Enhancements: Simplified token provisioning and the ability to display place information using place cards, even if the app or website doesn't feature a map view.

For more detailed information, you can check out the sessions Go further with MapKit and Unlock the power of places with MapKit.