Tagged Questions
1
vote
0answers
43 views
ArcGIS Online Map using URL does not work with PhoneGap
I wanted to show my public accessible ArcGIS Online map with URL on a simple Hello World PhoneGap project with Eclipse. Eclipse threw out the following error in LogCat.
Web Console:RequestError: ...
1
vote
1answer
140 views
Tracking field personnal using android app and showing in ArcGISonline
Planning to equip field personnel with GPS enabled phones (android) and collect the location and photograph of assets.
Can we use ArcGIS for android in the phone, use this to upload GPS and photos , ...
1
vote
1answer
138 views
The coordinates measure are out of bounds in Android route task
I am a beginner in ArcGIS and I was following this tutorial. I am trying to find a route between two points. I created a sample application, in which first, i get the two points on map single tap as ...
3
votes
1answer
112 views
What are the requirements for developing with ArcGIS for Android?
I want to develop a GIS application based on the ArcGIS for Android SDK.
I want to inform my client about the hardware and software he needs to run this project after building it.
Please help me if ...
2
votes
1answer
161 views
Convert distance in ESRI Android SDK
Hello I have a Polyline that I draw on the map and I would like to get its distance in meters.
right now it's not working, basically what I have is
distanceSeg=new Polyline();
double ...
0
votes
1answer
270 views
How to query Fusion Tables to produce a feature layer with the ArcGIS Android SDK?
I am hoping to find an example of how one can hook into Fusion Tables with the ArcGIS Android SDK.
The Fusion Tables API uses HTTP GET requests to query and retrieve data from a table. Shown here: ...
