Create Geofence While Storing The Location To The Sqlite Database
I am developing windows mobile application. I want to create geofence when storing the location to the sqlite database to generate SMS alerts when entering to the geofence. I am lo
Solution 1:
Jan has written an algorithm to check if a lat/long is inside a fence (a list of lat/longs) See here
Post a Comment for "Create Geofence While Storing The Location To The Sqlite Database"