The real-time vehicle sensor data model is:
Field name |
Vehicle Id
|
Latitude | Longitude | Speed | Timestamp |
Data type |
String |
Double |
Double |
Integer |
Long |
Â
The Vehicle Id is the unique identifier of any vehicle. Generally, it is the chassis number shown in different locations for different types of vehicle. Latitude and Longitude are detected by GPS which tells us the current location. Speed is the speed of the vehicle. Timestamp is the time when this event was generated.
The static vehicle data model is:
Field name |
Vehicle Id |
Latitude |
Longitude |
Distance |
Phone number |
Data type |
String |
Double |
Double |
Double |
String |
Â
This static data is provided by the owner of the vehicle while setting up the alert for his/her vehicle. The Vehicle Id is the unique identifier of any vehicle. Latitude and Longitude are the starting...