API Differences in MapKit in macOS 14.4

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in MapKit in the macOS 14.4 SDK.

Table of Contents

Functions & Methods

MKMapItem
- (void)openInMapsWithLaunchOptions:(nullable NSDictionary<NSString *,id> *)launchOptions completionHandler:(void (^ _Nullable)(BOOL))completion;
MKMapItem
+ (void)openMapsWithItems:(nonnull NSArray<MKMapItem *> *)mapItems launchOptions:(nullable NSDictionary<NSString *,id> *)launchOptions completionHandler:(void (^ _Nullable)(BOOL))completion;