... 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];
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.