Flatbuffers now uses floats instead of double. We do not use that precision anyway and it make output much smaller.

This commit is contained in:
Denis Chaplygin
2019-08-12 15:55:36 +03:00
parent 5888894787
commit 2a1593fe05
6 changed files with 115 additions and 115 deletions
+2 -2
View File
@@ -1095,8 +1095,8 @@ Exactly same as `json` annotation object.
A point on Earth.
***Properties***
- `longitute`: `double` Point's longitude
- `latitude`: `double` Point's latitude
- `longitute`: `float` Point's longitude
- `latitude`: `float` Point's latitude
### Uint64Pair