timetable-extension #1
11
coordinates/types.go
Normal file
11
coordinates/types.go
Normal file
@ -0,0 +1,11 @@
|
||||
package coordinates
|
||||
|
||||
type OsCoordinates struct {
|
||||
Easting int64
|
||||
Northing int64
|
||||
}
|
||||
|
||||
type GpsCoordinates struct {
|
||||
Latitude float64
|
||||
Longitude float64
|
||||
}
|
Loading…
Reference in New Issue
Block a user