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();
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.