Celayix Home » Managing Staff Location & Geofencing On-Site

Managing Staff Location & Geofencing On-Site

Geofencing & Location Tracking We’ve talked about what geofencing is in a previous blog post, but how does it all work under the hood? As it turns out, geofencing is not as daunting to implement as it first appears. As in many cases, Googles web APIs provides much of what is needed to hit the ground running. The Geolocation API, introduced as a part of the HTML5 standard, allows us to determine the location of any device with an internet browser using a combination of GPS, WiFi access points, cell towers and other common sources. Google’s Geocoding API simplifies the process of converting the street address of a location to latitude and longitude coordinates. Finally, the ubiquitous Google Maps API enables us to beautifully visualize our information and provides a great navigational tool for users. Now that we have all our tools, let’s put it all together. Knowing Where Your Employees Are Geofencing is all about keeping track of where your employees are, and if they are in the correct location at the time they check-in or check-out of their shifts. As such, the most crucial piece of information is the users’ current position. This is provided by the Geolocation […]

Geofencing & Location Tracking

We’ve talked about what geofencing is in a previous blog post, but how does it all work under the hood?

As it turns out, geofencing is not as daunting to implement as it first appears. As in many cases, Googles web APIs provides much of what is needed to hit the ground running. The Geolocation API, introduced as a part of the HTML5 standard, allows us to determine the location of any device with an internet browser using a combination of GPS, WiFi access points, cell towers and other common sources. Google’s Geocoding API simplifies the process of converting the street address of a location to latitude and longitude coordinates. Finally, the ubiquitous Google Maps API enables us to beautifully visualize our information and provides a great navigational tool for users. Now that we have all our tools, let’s put it all together.

Knowing Where Your Employees Are

Geofencing is all about keeping track of where your employees are, and if they are in the correct location at the time they check-in or check-out of their shifts. As such, the most crucial piece of information is the users’ current position. This is provided by the Geolocation API widely available on all modern browsers. The “Get Current Position” function will retrieve your current position and the “Watch Position” function allows you to specify a handler function to be called whenever your position changes. Both these functions return an object that stores the users’ position and accuracy.

The position object is just a set of latitude and longitude values, and the accuracy gives us a tangible measure of the confidence that the reported position is your true position. This is represented by a circle of which your position is the center and accuracy is the radius. Basically, the browser is saying that it is 95% confident that your true position lies somewhere inside this circle.

Of course, we also have to recognize that employee privacy must be protected when not specifically checking-in and checking-out. Celayix’ geo-fencing technology does NOT track employees while they are not choosing to check-in, check-out, or or provide any other tracking without the employee’s consent. Celayix’ app also depends on Geolocation API information that is controlled by the user’s phone settings.

Is Geofencing Accurate Enough?

So, how can we tell if someone is actually within a given location if there is a large inaccuracy? One strategy could be to use a small accuracy threshold, this would be some minimum requirement the users’ device must meet before we can say anything about their position. Once met, we simply assume the reported position is the real position. If, on the other hand, accuracy doesn’t matter as much to you, you could employ a “good enough” strategy, setting a larger accuracy threshold and calculating if there is an intersection between your accuracy circle and your destination.

Once you know where you are, calculating the distance to your destination is as simple as a call to Google’s Geometry Library within the Google Maps API. Alternatively, if you don’t want to use the GMaps API, you could consider manually calculating the distance on a spheroid with the Haversine formula.

Where’s the Map?

We’ve talked a bit about the internal logic of geofencing, but arguably the most important part is what is actually presented to the user.

1) Placed UI in correct context.

In the following image, the map pin is red and has a question mark icon to indicate that the device’s accuracy is not available. And the geo-fence perimeter is red and dotted to indicate that the system cannot locate you.

In the following image, the worker’s current location is indicated by the red pin with an X icon. And the geo-fence perimeter is red and dotted to indicate that he is not within the designated area to check in.

worker's current location

In the following image, when the worker is within the designated area to check in and their device’s accuracy is acceptable, the map pin turns green and the geo-fence perimeter has a solid green border.

when the worker is within the designated area

2) Revised our error messages.

Instead of describing the error in great detail, we focused on error resolution by providing the user with a clear and concise action.

3) Include visual indicators.

By using visual elements, we are able to make the warnings more meaningful and understandable. The user can see where he is on the map, for checking into shifts.

Written by Chloe Driver

Written by Chloe Driver

Chloe is a Digital Marketing Specialist at Celayix, focusing on content strategy and website management. She has been working with Celayix for over 3 years and learned a lot about SEO and Website Development in that time.

You may also like…

A Guide to Mastering Schedules

A Guide to Mastering Schedules

Managing even your own schedule can feel overwhelming in today's fast-paced world. Now, imagine orchestrating the schedules of thousands, each with its unique demands. This e-book reveals the secrets to mastering such complex schedules, turning overwhelming chaos into a symphony of efficiency. Dive in to transform time into your greatest ally and productivity into your hallmark.
Mental Health in the Workplace

Mental Health in the Workplace

Workplace mental health is a hot topic of late, and rightly so! Employers need to be aware of the impact of mental health on their employees & their business, and how they can manage it!
Transform your Care Home with Workforce Management

Transform your Care Home with Workforce Management

Running a care home is no easy feat. You have patients, suppliers, employees, families and many more moving parts to manage. There is one area that can transform your whole practice when managed effectively - workforce management. Take a look at how to manage that here.