diff options
Diffstat (limited to 'src/types/Location.zig')
| -rw-r--r-- | src/types/Location.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types/Location.zig b/src/types/Location.zig new file mode 100644 index 0000000..1fef4e3 --- /dev/null +++ b/src/types/Location.zig | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | latitude: f32, | ||
| 2 | longitude: f32, | ||
| 3 | horizontal_accuracy: ?f32 = null, | ||
| 4 | live_period: ?u64 = null, | ||
| 5 | heading: ?u64 = null, | ||
| 6 | proximity_alert_radius: ?u64 = null, | ||