<AGSMapServiceInfoDelegate> Protocol Reference


Description

A protocol to implement if you want to be notified when an AGSMapServiceInfo completes operations.

Since:
1.8

List of all members.

Public Member Functions

(void) - mapServiceInfo:operation:didFailToRetrieveLegendInfoWithError:
(void) - mapServiceInfo:operationDidRetrieveLegendInfo:

Member Function Documentation

- (void) mapServiceInfo: (AGSMapServiceInfo *)  mapServiceInfo
operation: (NSOperation *)  op
didFailToRetrieveLegendInfoWithError: (NSError *)  error 
[optional]

Tells the delegate that AGSMapServiceInfo failed to retrieve legend info.

Parameters:
mapServiceInfo The AGSMapServiceInfo called to retrieve the legend.
op NSOperation that performed the locate task.
error The error that occurred that caused the failure.
Since:
1.8
- (void) mapServiceInfo: (AGSMapServiceInfo *)  mapServiceInfo
operationDidRetrieveLegendInfo: (NSOperation *)  op 
[optional]

Tells the delegate that AGSMapServiceInfo completed retrieving legend info. The legend info is available on each individual AGSMapServiceLayerInfo objects of AGSMapServiceInfo

Parameters:
mapServiceInfo The AGSMapServiceInfo called to retrieve the legend.
op NSOperation that performed the locate task.
Since:
1.8