Make location names in JavaScript consistent
This commit is contained in:
parent
13cf7a7e2d
commit
8d400e9631
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ func NewBounds() Bounds {
|
|||
}
|
||||
|
||||
type Location struct {
|
||||
Latitude float64
|
||||
Longitude float64
|
||||
Latitude float64 `json:"latitude"`
|
||||
Longitude float64 `json:"longitude"`
|
||||
}
|
||||
|
||||
type NoteImagePayload struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue