Tagged Questions
1
vote
1answer
483 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 ...