close popup

644
1
08-01-2012 12:50 AM
LucaAlferi1
New Contributor
I have a problem. When I clicked on a zooning area open a callout with dislocure button. I want
close this popup when you click on it.
Help me?
Thanks
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
You want to close the callout when you click on the callout's disclosure button? If yes, you should adopt AGSMapViewCalloutDelegate and use didClickCalloutAccessoryButtonForXXX method and set self.mapView.callout.hidden = TRUE.

Hope this helps!

Regards,
Nimesh
0 Kudos