... 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];
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.