Declaration | |
---|---|
From | @property (nonatomic, retain) id<MKAnnotation> annotation |
To | @property (nonatomic, strong) id<MKAnnotation> annotation |
Declaration | |
---|---|
From | @property (nonatomic, retain) UIImage *image |
To | @property (nonatomic, strong) UIImage *image |
Declaration | |
---|---|
From | @property (nonatomic, retain) UIView *leftCalloutAccessoryView |
To | @property (nonatomic, strong) UIView *leftCalloutAccessoryView |
Declaration | |
---|---|
From | @property (nonatomic, retain) UIView *rightCalloutAccessoryView |
To | @property (nonatomic, strong) UIView *rightCalloutAccessoryView |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) MKMapItem *source |
To | - (MKMapItem *)source |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) MKMapItem *destination |
To | - (MKMapItem *)destination |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) MKPlacemark *placemark |
To | @property (nonatomic, readonly) MKPlacemark *placemark |
Declaration | |
---|---|
From | @property (nonatomic, retain) NSURL *url |
To | @property (nonatomic, strong) NSURL *url |
Declaration | |
---|---|
From | @property (nonatomic, assign) id<MKMapViewDelegate> delegate |
To | @property (nonatomic, weak) id<MKMapViewDelegate> delegate |
Declaration | |
---|---|
From | @property (nonatomic, readonly) MKMapPoint *points |
To | - (MKMapPoint *)points |
Declaration | |
---|---|
From | @property (retain) UIColor *fillColor |
To | @property (strong) UIColor *fillColor |
Declaration | |
---|---|
From | @property (retain) UIColor *strokeColor |
To | @property (strong) UIColor *strokeColor |
Header | |
---|---|
From | MKOverlayView.h |
To | MKOverlayRenderer.h |
Header | |
---|---|
From | MKOverlayView.h |
To | MKOverlayRenderer.h |
Declaration | |
---|---|
From | + (MKPolyline *)polylineWithPoints:(MKMapPoint *)points count:(NSUInteger)count |
To | + (instancetype)polylineWithPoints:(MKMapPoint *)points count:(NSUInteger)count |
Declaration | |
---|---|
From | + (MKPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count |
To | + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count |
Declaration | |
---|---|
From | @property (nonatomic, assign) id<MKReverseGeocoderDelegate> delegate |
To | @property (nonatomic, weak) id<MKReverseGeocoderDelegate> delegate |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) CLLocation *location |
To | @property (nonatomic, readonly) CLLocation *location |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) CLHeading *heading |
To | @property (nonatomic, readonly) CLHeading *heading |
Declaration | |
---|---|
From | @property (nonatomic, retain) MKMapView *mapView |
To | @property (nonatomic, strong) MKMapView *mapView |