map-dots/data/data.go

9 lines
118 B
Go

package data
type LocationData struct {
Latitude float64
Longitude float64
Speed uint32
Altitude float64
}