map-dots/data/data.go

9 lines
118 B
Go
Raw Normal View History

2023-08-11 18:56:41 +01:00
package data
type LocationData struct {
Latitude float64
Longitude float64
Speed uint32
Altitude float64
}