0

I want to create a circular Block in my map that notifies me whenever I enter and exit it. And i found Google's Geofencing

My google maps and my gps tracking is all set up. And i found this geofencing tutorial from intel's website and from google's website as well.

But i found those tutorial hard to understand since I'm just a beginner.

Can someone provide the easiest and simplest way to create a static Geofence on a google map?

Also is there any other technique or api or class to this function?

Dens
  • 1
  • 1
  • possible duplicate of [How do I use the Android Geofencing API?](http://stackoverflow.com/questions/16769653/how-do-i-use-the-android-geofencing-api) – Maveňツ Jul 31 '15 at 07:37
  • if you can't correctly setup Geofence, you could always use the Basic methods of maps api v2 (getDistance()) , setup the coordinates where you want the block to be, define a static range (10 meters, 15 meters) variable , and check distance from user's grps center to block's gprs center + range on a asynctask. as it's from the center, you'll be drawing a circle around those coordinates. but using Geofecing is the way to go as it provides more accuracy and more methods. – CptEric Jul 31 '15 at 07:55

0 Answers0