1
0
Fork 0
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:
Jason Hall 2014-10-07 12:23:03 -04:00
parent 3486e9bff9
commit c986c5df38
4 changed files with 160 additions and 1 deletions

View file

@ -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"`
}