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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -