Last active
December 23, 2022 12:52
-
-
Save maurer2/422a80fdbfe18c323f991afa85ad4d9d to your computer and use it in GitHub Desktop.
Google geolocation bounding box format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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