Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

typeError: google.maps.StreetViewService is not a constructor

  • 1 réponse
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par guigs

more options

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?

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?

Toutes les réponses (1)

more options

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.