Tagged Questions

5
votes
3answers
5k views

Google Geolocation API library

Is there a library out there that will get you your approximate location using the google service (https://www.google.com/loc/json)? Google Gears has support for it as described here ...
1
vote
1answer
484 views

Implementing Geofence - C#

I need to implement Geofence in C#. Geofence area can be round, rectangle, polygon etc. Does anyone have Geofence implementation in C#? I found Geo Fencing - point inside/outside polygon. But, it ...