last demo import - cleaned
This commit is contained in:
7
models/coordinates.go
Normal file
7
models/coordinates.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// Coordinates represents WGS84 geographical coordiantes
|
||||
type Coordinates struct {
|
||||
Latitude float32 `json:"latitude"`
|
||||
Longitude float32 `json:"longitude"`
|
||||
}
|
||||
Reference in New Issue
Block a user