0
votes
1answer
72 views

IDE Problem ArcGIS Runtime SDK for Android

I'm trying to develop an app with ArcGIS Runtime SDK for Android. Honestly, I'm not much experienced. Just looking for the best IDE choise. Eclipse works just fine with the Runtime SDK. But has no ...
4
votes
0answers
125 views

ArcGIS reloadData runs very slow on iOS

So I have some points on a map. I've written code to allow the user to drag a point around the screen which more or less looks like this. - (void) mapView:(AGSMapView *) mapView ...
0
votes
1answer
202 views

IUniqueValueRenderer with three fields

I have found some ArcObjects code to get unique values on one field for a IUniqueValueRenderer but I can't conceptually wrap my head around how to do that with 3 fields. Would this be .Net code or is ...