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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -