MapKit iOS 10.3 to 11.0 API Differences

MKAnnotationView.h
MKClusterAnnotation.h
MKCompassButton.h
MKGeodesicPolyline.h
Declaration
From+ (nonnull instancetype)polylineWithPoints:(nonnull MKMapPoint *)points count:(NSUInteger)count
To+ (nonnull instancetype)polylineWithPoints:(nonnull const MKMapPoint *)points count:(NSUInteger)count

Declaration
From+ (nonnull instancetype)polylineWithCoordinates:(nonnull CLLocationCoordinate2D *)coords count:(NSUInteger)count
To+ (nonnull instancetype)polylineWithCoordinates:(nonnull const CLLocationCoordinate2D *)coords count:(NSUInteger)count

MKMapItem.h
Modified MKMapItem
Protocols
Fromnone
ToNSItemProviderReading, NSItemProviderWriting, NSSecureCoding

MKMapView.h
MKMarkerAnnotationView.h
MKScaleView.h
MKTypes.h
MKUserTrackingButton.h