Me and my team are new to android development. We have been assigned to do an assignment on any field we want and we have chose to develop an android app that helps find the nearest hospital location in an emergency situation. For this I need to get access to google map data. Is this feasible or there is a better process?
Asked
Active
Viewed 37 times
0
-
1this has an answer here --> http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android – Ousmane D. Mar 17 '17 at 14:46
-
Thank you this might help me... @OusmaneMahyDiaw – Ankit.Tamrakar Mar 17 '17 at 15:02
1 Answers
0
You can look at GoogleApiClient / latest Google play location services. Android has location services inbuilt too (a location manager and listener with different event methods)

Rk R Bairi
- 1,289
- 7
- 15
- 39