... 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];
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.