mirror of
https://github.com/imjasonh/staticmaps
synced 2026-07-18 06:47:26 +00:00
Add geocode and reverse geocode
This commit is contained in:
parent
3486e9bff9
commit
c986c5df38
4 changed files with 160 additions and 1 deletions
|
|
@ -68,6 +68,6 @@ type ElevationResponse struct {
|
|||
Elevation float64 `json:"elevation"`
|
||||
Location LatLng `json:"location"`
|
||||
Resolution float64 `json:"resolution"`
|
||||
}
|
||||
} `json:"results"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue