I am new to Drupal. I have a working webapp in PHP/MySQL which I am trying to port to Drupal. Here is my problem:
In the webapp, I have a table called Patients with a DoB (Date of Birth) field. The input form takes in information as "Age" in years and months, and inputs an approximate DoB by subtracting from current date (This is because most of the patients, where this is used, are not aware of their DoB).
I have a small website about my company and I would like to convert it into Drupal 8 website, for that I would like to make sure if it is possible to have a live map where it will show me the track used by every single driver in my company (Google map or whatever any other map).
It is like having a Map and a blue line indicating the live distance between currently being traveled by a car from point A to Point B using the driver's phone built-in GPS.