API Differences in MapKit in macOS 14.4

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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;