Assessor Geolocation Tracking v1.0.0.1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Assessor geolocation tracking system

 This diagram shows a process where a vehicle tracking system API provides geolocation data,
which is then used to calculate the travelled distance and store it in a database. The process
begins with the vehicle tracking system API providing geolocation data, which is then used to
calculate the distance travelled . This distance travelled is then stored in a database for future
reference.
 This process can be repeated for subsequent geolocation data points, allowing for a
comprehensive record of the vehicle's travelled distance to be maintained over time.

|click the
Click onstart
the button|
start
+----------------------+
button
|

+-----------------------+
Get the Driver’
| Get Driver's Location |
location
+-----------------------+

+----------------------------+ tracking system API and store the current


Track
| Track the Driver’s
Driver's Geolocati geolocation location against created token
location
+----------------------------+
|
|
|click the complete button|
Click the Complete
+----------------------+ Geolocation data:
button
V
+---------------------------------+
| Get
GetJob
theStart and Job
job start andEn| Geolocation
+----------------------- information
end points
| Distance calculation

Cloud database
| Calculate Travelled Distance|
Calculated travelled distance
+---------------------------------+

CICL database
Distance calculation

Explanation of the flow chart:

 The flow chart starts when the driver starts the job.
 Get Driver's Location: The first step is to get the driver's location using the Google API.User
could use the device's GPS to determine their location.

 Track Driver's Geolocation: Once we have the driver's location, we start tracking their
geolocation as they move from one point to another.Store the user's geolocation in a database:
Once you have obtained the user's geolocation, it will enable user to store the location in the
cloud database. User could create a table in the database with columns for the created Token
and geolocation.

 Get Job Start and Job End Points: We then get the job start and end points, which will be used to
calculate the travelled distance.
Associate the user's geolocation with their assessor name and assessor ID or created token:
When user click on start and complete button through mobile application, it will enable user
to track their current geolocation for analyzing the job start and job end points .Current
geolocation should be tracked with their assessor id /assessor name or created token in the
database. This would allow you to track their location against the job start and job complete
functions.

 Token creation data


Ex:
 Assessor ID
 Assessor name
 Claim no
 Job start or job complete status

 Calculate Travelled Distance: We calculate the distance travelled by the driver from the job start
point to the job end point.
 Send Distance to Database: Finally, we send the calculated distance to a database for storage
and further processing.
 The flow chart ends when the job is completed and the distance has been sent to the database.

You might also like