dismiss graphic callout

1994
1
09-27-2011 03:03 PM
MelindaFrost
Occasional Contributor
Is there a way some in the code to dismiss a graphic callout? I see on AGSMapView how to tell app to show a callout. But I want the ability to dismiss callout without having to click another point on map- which for me fires off another identifytask.
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
You can hide the callout.

self.mapView.callout.hidden = YES


Regards,
Nimesh
0 Kudos