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();
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.