I have about 10000 place location on my server side database, I want to send a notification to mobile users that in one of this places (like foursquare), I don't have geofence of this places.
I googled it and find Foursquare Pilgrim SDK that does not released now (I think), but according to the foursquare documentation it works just for places that exists in foursquare DB, Is there any library that do it with my data or is it possible?!
I know using only GPS data is not accurate to find someone is somewhere because there are some places located side by side each other and accuracy of GPS data does not support that.
Edited:
After a lot of searching on the internet I found this library Radar, It's so simple and free, it accept unlimited geofences with unlimited users, both server side and client side notification for entering a geofence.