Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
10
pkg/common/gps_path.go
Normal file
10
pkg/common/gps_path.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package common
|
||||
|
||||
// GpsPaths is a map of VIN:GpsPath
|
||||
type GpsPaths map[string]GpsPath
|
||||
|
||||
// GpsPath is a slice of GpsPoints
|
||||
type GpsPath []GpsPoint
|
||||
|
||||
// GpsPoint is a [latitude, longitude] pair
|
||||
type GpsPoint []float64
|
||||
Reference in New Issue
Block a user