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();
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.