what's new for map kit?

Asked on 06/20/2025

1 search

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

  1. Place Identifier: A new identifier for places was introduced, allowing developers to reference places represented by map items in the MapKit framework and by place in MapKit JS. This identifier remains valid over time and can be used to access updated place data.

  2. Place Details and Cards: MapKit now offers APIs to display detailed information about places, even if your app doesn't feature a map view. This includes the ability to present place cards with rich data like operating hours and links to Apple Maps.

  3. MapKit JS Enhancements: MapKit JS has been updated with a simplified token provisioning process, making it easier to get started. It also supports displaying place information on web pages using place cards.

  4. Cycling Directions: Cycling directions have been added to MapKit, allowing apps to provide routes that take advantage of paths and trails suitable for bikes. This feature is also available in MapKit JS.

  5. Lookaround Feature: The Lookaround feature, which provides 360-degree interactive street-level imagery, is now available in MapKit JS, allowing developers to embed this experience in their websites.

  6. MapKit on watchOS: Over 20 MapKit APIs have been brought to Apple Watch, enabling features like getting directions and searching for nearby points of interest directly on the watch.

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