The ArcGIS for Android API support GPS through the com.esri.android.map.LocationService ClassLocationService ls = map.getLocationService(); ls.setAccuracyCircleOn(true); ls.start();For me the ESRI LocationService does not work very well - When running the LocationService makes my app crash after some time. I hope this is due to the API being a Beta-version...
LocationService ls = map.getLocationService(); ls.setAccuracyCircleOn(true); ls.start();
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.