Dear Team,
I am building an geo fencing app using xamarin.forms. Geo location will be created with some radius and allocated to user into our web application.
Based on this allocation when the user entered into that boundary / location, I need to enable the clock-in and clock out button in mobile app, at the same time, while the user left from that region i need to disable that button control again.
How to do this in xamarin.forms. if any one did this logic please help me out or please suggest me which control i need to use to achieve this logic?
Answers
Hi, have a look at this plugin https://github.com/CrossGeeks/GeofencePlugin, it is quite simple. Hope it helps and good luck.