On Apr 28, 8:03 am, jarreweb <[email protected]> wrote: > I have the same error. > You can check the map page > athttp://www.cybevasion.fr/hotels/france/paris/hotel_plan_astoria-opera... > > Where is the problem ? I can't find it.
The div with id="DivStreetView" isn't attached to the DOM until the infoWindow actually opens, which is after the call to openInfoWindow in the click handler. The best way around that is to use DOM functions to create an element for use by the Streetview panorama. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
