API DOCUMENTATION
API DOCUMENTATION
Detailed information on the driving pattern event marker displayed on the map
get
https://maps.fatos.biz/mobilizer/drivehistory/pattern?key=&uuid=5725415894ec71cd&gid=1581308924807&utime=1581313606&mode=1
Required Parameter | Description |
---|---|
key | Your API Key,See the API Key Issuance page for information on using keys. |
uuid | Uuid of search target |
gid | trip id |
mode | Fixed to default 1 |
[ { "uuid": "5725415894ec71cd", "gid": "1581308924807", "unixtime": "1581313606", "utime": "2020-02-10 14:46:46", "cur_speed": 26, "cur_angle": 209, "rapid_acceleration": null, "rapid_deceleration": 8, "quick_start": null, "emergency_stop": null, "sudden_spin": null, "sudden_uturn": null, "os_time": null, "os_dist": null, "os_speed": null, "speed_limit": 40 } ]
uuid | uuid of the user |
gid | trip id |
utime | Trajectory time |
status | status (You don't need to use data that is currently rooted) |
score | score (You don't need to use data that is currently rooted) |
road_cate | road category (You don't need to use data that is currently rooted) |
link_cate | link category (You don't need to use data that is currently rooted) |
link_facil | link facility (You don't need to use data that is currently rooted) |
oneway | one way traffic (You don't need to use data that is currently rooted) |
lane | lane (You don't need to use data that is currently rooted) |
max_speed | speed limit |
shadow_area | shaded area |
lon | X coordinate of trajectory (WGS84) |
lat | Y coordinate of trajectory (WGS84) |
east | MBR (north east) + (south west) |
west | |
north | |
south | |
level | Determine whether or not to show the trajectory according to the map scale level: 1 > from level 9 level: 2 > from level 13 level 3 > from level 16 level 4 > from level 18 |
hacuracy | gps accuracy 10 is less than the correct signal, More than 10, less accurate |