I'm writing a dynamic application in which users will enter property
addresses, and then the properties will be displayed, including street
view.

The only difficulty I'm encountering is the actual geographic map data
- sometimes when a user enters an address and the address runs through
the geocoder the lat/long produced by the geocoder is 2-3 houses off
from the actual house - for street view this is a problem.

Now, when a user inputs a property, they are going to have to select
the pan for streetview so that the camera is properly pointed at the
property, and I'm going to get those results via the getPOV() method.

However, if the house given by the geocoder is 2-3 house off from the
actual property, and the user "walks" to the property in street view,
is there any way to get the new lat/long coordinates of the image the
user "walked" to and have that be set as the new street view image for
that property?

Thank you for the help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to