On Jun 19, 7:32 pm, Matt Perry <[email protected]> wrote: > Thanks for your reply! I was actually using setLocationAndPOV when it > broke - I'm still using it onwww.housebling.org.uk, the Christmas > version of the site, and that has the exact same problem even though I > haven't changed that code in 6 months. > > I don't understand what could have changed to break this functionality > across two sites while your site does still seem to be working.
All the data you are passing to loadComplete are strings, not numbers. Every argument should be a number. Using Firebug to set sv_yaw to 330.3 instead of "330.3" does change the panorama. It's entirely possible that the streetview code has changed and can no longer cope with being passed strings. -- 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.
