On Jul 27, 1:24 am, CSharp <[email protected]> wrote:
> Here's the link for the StreetView that I promised to include:
>
> http://www.mentoreng.com/testing/public/streets.html
on IE8 I found that the "je is null" error doesn't happen if you
construct the panorama with the option of visible:false, rather than
setting it invisible afterwards:
streetView = new google.maps.StreetViewPanorama(
document.getElementById("stickyStreetViewContainer"),
{visible:false}
);
// Put this statement in and you'll get the
// javascript error from Google Maps:
// streetView.setVisible(false);
...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.