typeError: google.maps.StreetViewService is not a constructor
I'm trying to use Google StreetView within a web application. the following URL is an example from the Google Developers site that works just fine in IE 10 and 11, and Google Chrome, but not in FireFox 27.0.1, as of yesterday. No changes have been made to my FireFox install, that I know of. https://google-developers.appspot.com/maps/documentation/javascript/examples/full/streetview-service
Does anyone have an Idea why this Google SteetView sample will not work in FireFox?
Tutte le risposte (1)
Hi jaromz,
If you open up the debugger for that page in Firefox there is an error that an image has been truncated. I also unchecked some of the css background elements and that truncated image took the width of the whole page. I am wondering if this is how the css was rendering in Firefox.
Try changing the height value and see if it renders the whole specified width instead of the truncated or corrupted way it seems to be doing now.