I am trying to get some reliable feedback from a GStreetOverlay.
Referencing the docs at :http://code.google.com/apis/maps/
documentation/reference.html#GStreetviewOverlay
I see there is a changed event. I'm not sure 100% if I'm doing this
right, but I'm doing:
panoView = new
GStreetviewPanorama(document.getElementById("panoDivInner"));
GEvent.addListener(panoView, "error", handleNoFlash);
GEvent.addListener(panoView, "changed", panoViewChanged)
panoView.setLocationAndPOV(latlng);
It seems however that the function panoViewChanged never gets called :
(. This is a bummer as I would like to test that the Panorama got a
valid location before I set the layer it's on to visible.
Any hits, tips or feedback much appreciated.
Alex
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---