3

Is there something similar in Android to the iOS version of region monitoring? I've only come across the Region class in Android, and I think to achieve something similar would require quite a bit of coding.

User97693321
  • 3,336
  • 7
  • 45
  • 69
Maurice
  • 6,413
  • 13
  • 51
  • 76

1 Answers1

0

Check ou this class : http://developer.android.com/reference/android/location/LocationManager.html

hisem
  • 1