0

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?

Ross Keddy
  • 141
  • 2
  • 8

1 Answers1

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