Изменения MapKit
MapKit
MKAnnotation.h
MKAnnotationView.h
| Объявление | |
|---|---|
| От | - (id)initWithAnnotation:(id<MKAnnotation>)annotation reuseIdentifier:(NSString *)reuseIdentifier |
| К | - (instancetype)initWithAnnotation:(id<MKAnnotation>)annotation reuseIdentifier:(NSString *)reuseIdentifier |
MKCircle.h
| Объявление | |
|---|---|
| От | + (MKCircle *)circleWithCenterCoordinate:(CLLocationCoordinate2D)coord radius:(CLLocationDistance)radius |
| К | + (instancetype)circleWithCenterCoordinate:(CLLocationCoordinate2D)coord radius:(CLLocationDistance)radius |
Измененный + [MKCircle circleWithMapRect:]
| Объявление | |
|---|---|
| От | + (MKCircle *)circleWithMapRect:(MKMapRect)mapRect |
| К | + (instancetype)circleWithMapRect:(MKMapRect)mapRect |
MKCircleRenderer.h
Измененный - [MKCircleRenderer initWithCircle:]
| Объявление | |
|---|---|
| От | - (id)initWithCircle:(MKCircle *)circle |
| К | - (instancetype)initWithCircle:(MKCircle *)circle |
MKCircleView.h
Измененный - [MKCircleView initWithCircle:]
| Объявление | |
|---|---|
| От | - (id)initWithCircle:(MKCircle *)circle |
| К | - (instancetype)initWithCircle:(MKCircle *)circle |
MKDirectionsRequest.h
| Объявление | |
|---|---|
| От | - (id)initWithContentsOfURL:(NSURL *)url |
| К | - (instancetype)initWithContentsOfURL:(NSURL *)url |
MKGeometry.h
Удаленный - [NSValue MKCoordinateSpanValue]
Удаленный - [NSValue MKCoordinateValue]
Добавленный NSValue. MKCoordinateSpanValue
Добавленный NSValue. MKCoordinateValue
MKLocalSearch.h
Измененный - [MKLocalSearch initWithRequest:]
| Объявление | |
|---|---|
| От | - (id)initWithRequest:(MKLocalSearchRequest *)request |
| К | - (instancetype)initWithRequest:(MKLocalSearchRequest *)request |
MKMapItem.h
Измененный - [MKMapItem initWithPlacemark:]
| Объявление | |
|---|---|
| От | - (id)initWithPlacemark:(MKPlacemark *)placemark |
| К | - (instancetype)initWithPlacemark:(MKPlacemark *)placemark |
Измененный MKLaunchOptionsCameraKey
| Введение | |
|---|---|
| От | iOS 7.0 |
| К | iOS 7.1 |
MKMapView.h
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
MKOverlay.h
Измененный - [MKOverlay canReplaceMapContent]
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
Измененный - [MKOverlay intersectsMapRect:]
| Дополнительный | |
|---|---|
| От | -- |
| К | да |
MKOverlayRenderer.h
Измененный - [MKOverlayRenderer initWithOverlay:]
| Объявление | |
|---|---|
| От | - (id)initWithOverlay:(id<MKOverlay>)overlay |
| К | - (instancetype)initWithOverlay:(id<MKOverlay>)overlay |
MKOverlayView.h
Измененный - [MKOverlayView initWithOverlay:]
| Объявление | |
|---|---|
| От | - (id)initWithOverlay:(id<MKOverlay>)overlay |
| К | - (instancetype)initWithOverlay:(id<MKOverlay>)overlay |
MKPlacemark.h
| Объявление | |
|---|---|
| От | - (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate addressDictionary:(NSDictionary *)addressDictionary |
| К | - (instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate addressDictionary:(NSDictionary *)addressDictionary |
MKPolygon.h
Измененный + [MKPolygon polygonWithCoordinates:count:]
| Объявление | |
|---|---|
| От | + (MKPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count |
| К | + (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count |
| Объявление | |
|---|---|
| От | + (MKPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons |
| К | + (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons |
Измененный + [MKPolygon polygonWithPoints:count:]
| Объявление | |
|---|---|
| От | + (MKPolygon *)polygonWithPoints:(MKMapPoint *)points count:(NSUInteger)count |
| К | + (instancetype)polygonWithPoints:(MKMapPoint *)points count:(NSUInteger)count |
| Объявление | |
|---|---|
| От | + (MKPolygon *)polygonWithPoints:(MKMapPoint *)points count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons |
| К | + (instancetype)polygonWithPoints:(MKMapPoint *)points count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons |
MKPolygonRenderer.h
Измененный - [MKPolygonRenderer initWithPolygon:]
| Объявление | |
|---|---|
| От | - (id)initWithPolygon:(MKPolygon *)polygon |
| К | - (instancetype)initWithPolygon:(MKPolygon *)polygon |
MKPolygonView.h
Измененный - [MKPolygonView initWithPolygon:]
| Объявление | |
|---|---|
| От | - (id)initWithPolygon:(MKPolygon *)polygon |
| К | - (instancetype)initWithPolygon:(MKPolygon *)polygon |
MKPolylineRenderer.h
Измененный - [MKPolylineRenderer initWithPolyline:]
| Объявление | |
|---|---|
| От | - (id)initWithPolyline:(MKPolyline *)polyline |
| К | - (instancetype)initWithPolyline:(MKPolyline *)polyline |
MKPolylineView.h
Измененный - [MKPolylineView initWithPolyline:]
| Объявление | |
|---|---|
| От | - (id)initWithPolyline:(MKPolyline *)polyline |
| К | - (instancetype)initWithPolyline:(MKPolyline *)polyline |
MKReverseGeocoder.h
Измененный - [MKReverseGeocoder initWithCoordinate:]
| Объявление | |
|---|---|
| От | - (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate |
| К | - (instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate |
MKTileOverlay.h
Измененный - [MKTileOverlay initWithURLTemplate:]
| Объявление | |
|---|---|
| От | - (id)initWithURLTemplate:(NSString *)URLTemplate |
| К | - (instancetype)initWithURLTemplate:(NSString *)URLTemplate |
MKTileOverlayRenderer.h
| Объявление | |
|---|---|
| От | - (id)initWithTileOverlay:(MKTileOverlay *)overlay |
| К | - (instancetype)initWithTileOverlay:(MKTileOverlay *)overlay |
MKUserTrackingBarButtonItem.h
| Объявление | |
|---|---|
| От | - (id)initWithMapView:(MKMapView *)mapView |
| К | - (instancetype)initWithMapView:(MKMapView *)mapView |