This website requires JavaScript.
Explore
Help
Sign In
Open-Harbor
/
osrm-backend
Watch
1
Star
0
Fork
0
You've already forked osrm-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
8ae9abaa63
osrm-backend
/
generated
/
include
/
engine
/
api
/
flatbuffers
/
position.fbs
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added flatbuffers schema.
2019-08-02 07:30:09 -04:00
namespace osrm.engine.api.fbresult;
Removed ineffectivness in the serialization schema. Positions are structs now and distance/duration matrices are just arrays.
2019-08-06 05:51:38 -04:00
struct Position {
Fixed typo in flatbuffers: longitute -> longitude.
2019-08-26 07:31:51 -04:00
longitude: float;
Flatbuffers now uses floats instead of double. We do not use that precision anyway and it make output much smaller.
2019-08-12 08:55:36 -04:00
latitude: float;
Added flatbuffers schema.
2019-08-02 07:30:09 -04:00
}
Reference in New Issue
Copy Permalink