No! That's still not it! I don't know how else to explain it. Street view is a series of panoramic images taken along a road at a given interval. Run an address through the geocoder, you get a lat/long, the systems pairs the nearest SV image to that lat/long.
Yes, I get it that addresses are approximate, and the address may not correlate to the exact lat/long of where that address physically is. But this has nothing to do with that. This has to do with that multiple different addresses put through the geocoder should produce multiple different lat/long pairs, and those pairs will have different closest SV images. But instead of displaying that closest SV image it keeps displaying only this one SV image. Please, this problem has nothing to do with the fact that addresses are approximate. On Aug 9, 2:51 pm, Rossko <[email protected]> wrote: > So the basis of complaint is that the geocoder is not accurate. Yes, > that is true ; see the small print in the Streetview at > > http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=120+North... > "Address is approximate" > > See also the documentation > http://code.google.com/apis/maps/documentation/services.html#Panorama... > "the Street View service does not require (and generally does not > receive) exact latitudes and longitudes in these cases, but rather > searches for the existence of panorama data "near" a given GLatLng." > 'near' is not the same as 'nearest', have you tried using > getNearestPanorama() it may just come up different? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
