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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user