Skip to content

Instantly share code, notes, and snippets.

@maurer2
Last active December 23, 2022 12:52
Show Gist options
  • Save maurer2/422a80fdbfe18c323f991afa85ad4d9d to your computer and use it in GitHub Desktop.
Save maurer2/422a80fdbfe18c323f991afa85ad4d9d to your computer and use it in GitHub Desktop.
Google geolocation bounding box format
https://maps.googleapis.com/maps/api/geocode/json?address=XXXX&bounds=XXXX&key=XXX
Address: address parts separated: XX+XX+XX+XX -> Larrys+Mansion+10+Downing+Street+London+SW1A+2AA
Bounds: latlong top left and latlong botton right: XX,XX|XX,XX -> 49.0,-14.0|61.0,2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment