Oddly, there doesn't appear to be a Method to retrieve the location from a GStreetviewPanorama(). You can use getPov() to obtain the pitch, yaw and zoom, but there's no Method for returning the LatLng.
What you can do is listen for the GStreetviewPanorama "initialized" events. Whenever the panorama moves to a new location, the event is triggered and a GStreetviewLocation object is returned. Store the .latlng Property of that GStreetviewLocation so that it's available when you need to place your marker or display the coordinates. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
