android - Creating a polygonal geofence -


this question has answer here:

does know how create polygonal geofence in android? i know android supports circular (i.e., lat/long + radius) geofences, need more precise control on boundaries.

for concerns cpu & power consume, recommend use solution decribed here.

  1. create fake circular geo-fence around polygon
  2. when geofence alert thrown circular geofence, evaluate if inside polygon using answer provided karl.

Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

Line ending issue with Mercurial or Visual Studio -