I need to implement real-time live tracking in my HRMS (Human Resource Management System) admin portal [closed]
I am developing a feature called Real-Time Live Tracking of Employees. I am using the Google Maps JavaScript Directions API for direction services and direction rendering. For more accuracy, I am recording the latitude and longitude of employees every 15 seconds from our mobile application and storing this data in our database. When an admin or manager wants to see where an employee is, they can open our admin portal, select the map for that particular duty, and view the tracking.
The issue...