|
|
|
@ -251,8 +251,8 @@ type Contact struct { |
|
|
|
|
|
|
|
|
|
|
|
// Location contains information about a place.
|
|
|
|
// Location contains information about a place.
|
|
|
|
type Location struct { |
|
|
|
type Location struct { |
|
|
|
Longitude float32 `json:"longitude"` |
|
|
|
Longitude float64 `json:"longitude"` |
|
|
|
Latitude float32 `json:"latitude"` |
|
|
|
Latitude float64 `json:"latitude"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Venue contains information about a venue, including its Location.
|
|
|
|
// Venue contains information about a venue, including its Location.
|
|
|
|
|