Updates
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
)
|
||||
|
||||
type Position struct {
|
||||
Latitude float64
|
||||
Longitude float64
|
||||
Latitude float64 `json:"latitude"`
|
||||
Longitude float64 `json:"longitude"`
|
||||
}
|
||||
|
||||
func (pos *Position) String() string {
|
||||
|
||||
Reference in New Issue
Block a user