API DOCUMENTAION
History Detail
In order to display the trajectory on the map, the driving trajectory details of the trip id are obtained.
get https://maps.fatos.biz/mobilizer/drivehistory?(query string)
Parameter : Detail
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 |
Note. To use the History(detail) API, you must first get a History(detail) API key.
[ example : Detail ]
https://maps.fatos.biz/mobilizer/drivehistory?key=&uuid=355605080653378&gid=1578035717694000&mode=1 { "uuid": "UUID", "gid": "1578035717694000", "utime": "2020-01-03 06:15:10", "status": 4, "score": 108, "road_cate": 8, "link_cate": 1, "link_facil": 0, "oneway": 0, "lane": 4, "max_speed": 30, "shadow_area": 0, "lon": 127.07419286998476, "lat": 37.508772757381365, "east": 127.09975706369943, "west": 127.07372843059284, "north": 37.52968874247986, "south": 37.508772757381365, "level": "1", "hacuracy": 3 }
Return : JSON type
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 |
History(detail) sample view >