Does Android support Geo Fencing on Google maps and what is earliest platform that support Geo fencing?

StackOverflow https://stackoverflow.com//questions/9620002

Question

is there support for geo fencing on Android if yes then what is the earliest platform that support Geo fencing feature.

Was it helpful?

Solution

By Google Maps, do you mean the Android location manager? The Google Maps application itself doesn't appear to have that feature built in.

Depending on what you're planning to use it for, you could most definitely implement a simple geofencing feature yourself using the GPS libraries (i.e. LocationManager) and a simple collision detection algorithm like point-in-polygon or a bounding box check, and display it on a map control.

OTHER TIPS

There wasn't support at the time of your question but Google just released that feature as part of Google IO 2013:

http://developer.android.com/reference/com/google/android/gms/location/Geofence.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top