Изменения MapKit
MapKit
MKAnnotation.h
MKAnnotationView.h
Измененный MKAnnotationView.annotation
Объявление | |
---|---|
От | @property(nonatomic, retain) id<MKAnnotation> annotation |
К | @property(nonatomic, strong) id<MKAnnotation> annotation |
Измененный MKAnnotationView.image
Объявление | |
---|---|
От | @property(nonatomic, retain) NSImage *image |
К | @property(nonatomic, strong) NSImage *image |
Объявление | |
---|---|
От | - (id)initWithAnnotation:(id<MKAnnotation>)annotation reuseIdentifier:(NSString *)reuseIdentifier |
К | - (instancetype)initWithAnnotation:(id<MKAnnotation>)annotation reuseIdentifier:(NSString *)reuseIdentifier |
Измененный MKAnnotationView.leftCalloutAccessoryView
Объявление | |
---|---|
От | @property(retain, nonatomic) NSView *leftCalloutAccessoryView |
К | @property(strong, nonatomic) NSView *leftCalloutAccessoryView |
Измененный MKAnnotationView.rightCalloutAccessoryView
Объявление | |
---|---|
От | @property(retain, nonatomic) NSView *rightCalloutAccessoryView |
К | @property(strong, nonatomic) NSView *rightCalloutAccessoryView |
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 |
MKDirections.h
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
Добавленный MKLaunchOptionsCameraKey
Измененный - [MKMapItem initWithPlacemark:]
Объявление | |
---|---|
От | - (id)initWithPlacemark:(MKPlacemark *)placemark |
К | - (instancetype)initWithPlacemark:(MKPlacemark *)placemark |
Измененный MKMapItem.placemark
Объявление | |
---|---|
От | @property(nonatomic, readonly, retain) MKPlacemark *placemark |
К | @property(nonatomic, readonly) MKPlacemark *placemark |
Измененный MKMapItem.url
Объявление | |
---|---|
От | @property(nonatomic, retain) NSURL *url |
К | @property(nonatomic, strong) NSURL *url |
MKMapSnapshotter.h
MKMapView.h
Добавленный MKMapView.showsScale
Измененный MKMapView.delegate
Объявление | |
---|---|
От | @property(nonatomic, assign) id<MKMapViewDelegate> delegate |
К | @property(nonatomic, weak) id<MKMapViewDelegate> delegate |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
Дополнительный | |
---|---|
От | -- |
К | да |
MKOverlay.h
Измененный - [MKOverlay canReplaceMapContent]
Дополнительный | |
---|---|
От | -- |
К | да |
Измененный - [MKOverlay intersectsMapRect:]
Дополнительный | |
---|---|
От | -- |
К | да |
MKOverlayPathRenderer.h
Измененный MKOverlayPathRenderer.fillColor
Объявление | |
---|---|
От | @property(retain) NSColor *fillColor |
К | @property(strong) NSColor *fillColor |
Измененный MKOverlayPathRenderer.strokeColor
Объявление | |
---|---|
От | @property(retain) NSColor *strokeColor |
К | @property(strong) NSColor *strokeColor |
MKOverlayRenderer.h
Измененный - [MKOverlayRenderer 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 |
MKPolylineRenderer.h
Измененный - [MKPolylineRenderer initWithPolyline:]
Объявление | |
---|---|
От | - (id)initWithPolyline:(MKPolyline *)polyline |
К | - (instancetype)initWithPolyline:(MKPolyline *)polyline |
MKTileOverlay.h
Измененный - [MKTileOverlay initWithURLTemplate:]
Объявление | Определяемый инициализатор | |
---|---|---|
От | - (id)initWithURLTemplate:(NSString *)URLTemplate | -- |
К | - (instancetype)initWithURLTemplate:(NSString *)URLTemplate | да |
MKTileOverlayRenderer.h
Объявление | |
---|---|
От | - (id)initWithTileOverlay:(MKTileOverlay *)overlay |
К | - (instancetype)initWithTileOverlay:(MKTileOverlay *)overlay |
MKUserLocation.h
Измененный MKUserLocation.heading
Объявление | |
---|---|
От | @property(readonly, nonatomic, retain) CLHeading *heading |
К | @property(readonly, nonatomic) CLHeading *heading |
Измененный MKUserLocation.location
Объявление | |
---|---|
От | @property(readonly, retain, nonatomic) CLLocation *location |
К | @property(readonly, nonatomic) CLLocation *location |