Deprecated List

Class <AGSMapViewDelegate>
use AGSMapViewLayerDelegate, AGSMapViewTouchDelgate and AGSMapViewCalloutDelgate protocols instead.

Member [AGSExportImageParams initWithEnvelope:timeExtent:size:frame:]
Use initWithEnvelope:timeExtent:size:frame:mapWrapAround: instead.

Member [AGSMapServiceLayerInfo __attribute__]

Use layerId instead.

Use defaultVisibility instead.

Member [AGSMapView __attribute__]

No direct replacement. You can use mapLayers to access the layers.

Use layerDelegate, touchDelegate and calloutDelegate.

Member [AGSMapViewDelegate-p mapView:didClickAtPoint:mapPoint:graphics:]
use AGSMapViewTouchDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didClickCalloutAccessoryButtonAtPoint:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didClickCalloutAccessoryButtonForGPS:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didClickCalloutAccessoryButtonForGraphic:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didEndTapAndHoldAtPoint:mapPoint:graphics:]
use AGSMapViewTouchDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didLoadLayerForLayerView:]
use AGSMapViewLayerDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didMoveTapAndHoldAtPoint:mapPoint:graphics:]
use AGSMapViewTouchDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didShowCalloutForGPS:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didShowCalloutForGraphic:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:didTapAndHoldAtPoint:mapPoint:graphics:]
use AGSMapViewTouchDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:failedLoadingLayerForLayerView:withError:]
use AGSMapViewLayerDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:failedLoadingWithError:]
use AGSMapViewLayerDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:shouldFindGraphicsInLayer:atPoint:mapPoint:]
use AGSMapViewLayerDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:shouldShowCalloutForGPS:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapView:shouldShowCalloutForGraphic:]
use AGSMapViewCalloutDelegate protocol instead.

Member [AGSMapViewDelegate-p mapViewDidLoad:]
use AGSMapViewLayerDelegate protocol instead.

Member [AGSRenderer symbolForGraphic:]
Use symbolForGraphic:timeExtent: instead.

Member [AGSTile initWithLevel:row:column:envelope:frame:]
Use initWithLevel:row:column:envelope:frame:name: instead.

Member [AGSTile tileWithLevel:row:column:envelope:frame:]
Use tileWithLevel:row:column:envelope:frame:name: instead.