0

Can we capture latitude and longitude from an android app offline, i.e., without an internet connection using only GPS?

If so, how can this be done?

Ryan M
  • 18,333
  • 31
  • 67
  • 74

1 Answers1

3

Yes. Use the GPS_PROVIDER, and use LocationManager, not the Play Services location api

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127