... a small dialog with a blue arrow shows up on the picture symbol , how to disable that dialog ...//create the callout template, used when the user displays the callout AGSCalloutTemplate *calloutTemp = [[AGSCalloutTemplate alloc]init]; ..... //create the graphic AGSGraphic *graphic = [[AGSGraphic alloc] initWithGeometry:mappoint symbol:marker attributes:nil infoTemplateDelegate:calloutTemp];
//create the callout template, used when the user displays the callout AGSCalloutTemplate *calloutTemp = [[AGSCalloutTemplate alloc]init]; ..... //create the graphic AGSGraphic *graphic = [[AGSGraphic alloc] initWithGeometry:mappoint symbol:marker attributes:nil infoTemplateDelegate:calloutTemp];
//create the graphic without callout functionality AGSGraphic *graphic = [[AGSGraphic alloc] initWithGeometry:mappoint symbol:marker attributes:nil infoTemplateDelegate:calloutTemp];
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.