Status Update
Comments
an...@google.com <an...@google.com> #2
According to the documentation: "bounds (optionally returned) stores the bounding box which can fully contain the returned result."
https://developers.google.com/maps/documentation/geocoding/intro#Results
I believe you mentioned the same thing as issue 109 .
I believe you mentioned the same thing as
Description
demonstration page if at all possible, or attach code.
1. Query this request:
2. Check geometry bounds:
"bounds" : {
"northeast" : {
"lat" : -17.891947,
"lng" : -28.8359374
},
"southwest" : {
"lat" : -21.3096583,
"lng" : -41.8797894
}
}
3. Navigate to
4. If you compare the bounds on the mapsapi with the result on google maps website you will see that they are not the same and the mapsapi has some extra space
Check this images:
Maps api bounds:
Maps website bounds:
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************