Hi, everybody.
I have a question.
AGSPictureMarkerSymbol *pt = [AGSPictureMarkerSymbol pictureMarkerSymbolWithImageNamed:@"point.gif"];
AGSGraphic *pin = [[AGSGraphic alloc] initWithGeometry:mappoint symbol:pt attributes:nil infoTemplateDelegate:nil];
In this code, .gif after build only picture, it doesn't work.
Could you tell how use .gif. Thank you.