NSMutableArray *myGraphicArray = [[NSMutableArray alloc] init]; // myMarkerPointArray is an NSMutableArray of AGSPoint objects. for ( AGSPoint *item in myMarkerPointArray ) { // textFileMgmt1.points contains an NSMutableArray containing three NSMutableDictionaries of attributes for ( NSMutableDictionary *itemDictionary in textFileMgmt1.points ) { AGSGraphic *myGraphic = [[AGSGraphic alloc] initWithGeometry:item symbol:myMarkerSymbol attributes:itemDictionary infoTemplateDelegate:self.template]; [myGraphicArray addObject:myGraphic]; [myGraphic release]; } }
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.