i am working on arcgis sdk android application, it shows me the exact location and everything is working good. now i want to save my location in database. like whenever a new location is detected it should save it in database file.

2046
1
Jump to solution
01-27-2016 11:29 PM
tulasamirji1
New Contributor II

help me

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

Using the setLocationListener on the LocationDisplayManager, (LocationDisplayManager | ArcGIS Android 10.2.7 API ) pass in an argument of onLocationChanged (LocationListener | Android Developers ) and override it to add to a database as the location is updated.

View solution in original post

0 Kudos
1 Reply
AlexanderNohe1
Occasional Contributor III

Using the setLocationListener on the LocationDisplayManager, (LocationDisplayManager | ArcGIS Android 10.2.7 API ) pass in an argument of onLocationChanged (LocationListener | Android Developers ) and override it to add to a database as the location is updated.

0 Kudos