Callout remove, how?

3268
2
10-12-2010 08:16 AM
KOLDODUARTE
New Contributor
Hi guys,

When I do click on the map view, I show the callout with the information, but when I change the dinamicmapservicelayer, I don´t know how to do for remove the previus callout... because in this moment I show other map and the callout information is wrong.

Thanks & Best regards,
Koldo.
0 Kudos
2 Replies
DiveshGoyal
Esri Regular Contributor
The callout inherits from UIView. You can use the  property 'hidden' which it inherits from UIView to hide it.

http://help.arcgis.com/en/arcgismobile/10.0/apis/iPhone/concepts/index.html#/Displaying_a_Callout/00...
0 Kudos
KOLDODUARTE
New Contributor
The callout inherits from UIView. You can use the  property 'hidden' which it inherits from UIView to hide it.

http://help.arcgis.com/en/arcgismobile/10.0/apis/iPhone/concepts/index.html#/Displaying_a_Callout/00...


It is works ! Thanks!!
0 Kudos