We try to show some adresses on StreetView using a link. We have the latitude
/longitude
for those adresses, and we open StreetView using :
http://maps.google.com/maps?q=&layer=c&cbll=[LATITUDE],[LONGITUDE]
This works, but StreetView is not positionned right in front of the adress. It is very near, but not perfect... Clearly not as accurate as when we search for the same adress directly in Google Maps, which adds a very precise marker right in front of the adress.
We even tried to use the Google Geocoding API to convert the adresses to latitude
/longitude
... Same result : by using those lat/long in the URL for StreetView, the position is near but not that precise.
How we missing something? Is the StreetView "cbll" parameter approximate by design?