android - Creating a polygonal geofence -
this question has answer here:
- android geofencing (polygon) 1 answer
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.
- create fake circular geo-fence around polygon
- when geofence alert thrown circular geofence, evaluate if inside polygon using answer provided karl.
Comments
Post a Comment