<AGSCalloutDelegate> Protocol Reference


Description

A protocol which must be adopted by a class wishing to be notified when a user interacts with the callout window. An instance of the class must then be set as the delegate of AGSCallout.

All of the methods of this protocol are optional.

Defined in:
AGSCallout.h ( ArcGIS library)
Since:
1.0
See also:
AGSMapViewDelegate for events related to showing the callout.
Inheritance diagram for <AGSCalloutDelegate>:
AGSMapView

List of all members.

Public Member Functions

(void) - calloutDidClickAccessoryButton:

Member Function Documentation

- (void) calloutDidClickAccessoryButton: (AGSCallout *)  callout   [optional]

Tells the delegate the user tapped on the accessory button in the callout

Parameters:
callout containing accessory button.
Since:
1.0