Google Maps API JavaScript error when GBrowserIsCompatible() is called

前端 未结 4 905
名媛妹妹
名媛妹妹 2021-01-24 22:02

I get an error on the following line:

 if (GBrowserIsCompatible()) {

this is my code still not working



        
4条回答
  •  Happy的楠姐
    2021-01-24 22:37

    I've had the same problem with internet explorer if the page was viewed with https protocol (instead of http). Are you using it via https or http? Anyway with https there will be warnings unless you pay something like 10 000$ to google.

提交回复
热议问题