Tagged Questions
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 ...
9
votes
2answers
1k views
What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices?
I am only interested in iOS and Android options that allow me to build native solutions to render/collect data. Response time is very important, since I want to be able to draw many geometries - not ...