... 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];
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.