MapKit watchOS 5.3 to 6.0 API Differences

MKGeometry.h
Declaration
From@property (readonly) CLLocationCoordinate2D MKCoordinateValue
To@property (atomic, readonly) CLLocationCoordinate2D MKCoordinateValue

Declaration
From@property (readonly) MKCoordinateSpan MKCoordinateSpanValue
To@property (atomic, readonly) MKCoordinateSpan MKCoordinateSpanValue

MKLocalSearchCompleter.h
Removed MKLocalSearchRequest ()
Added MKLocalSearchRequest ()
MKLocalSearchRequest.h
MKPointOfInterestCategory.h