0
<script type="text/javascript" src="https://maps.google.com/maps/api/js?v=3&key=...." ></script>
<script type="text/javascript" src="js/gmaps.js"></script>
未定義である私は、ページには、キーと をgmap.jsとGoogleのAPIを使用しています、それはショーのコンソールのFirefoxで、マップをロードするように見えるが、ちょうどロードの最後には、マップを隠します私は、スクリプトAPIのSRCからキーを削除すると、それが正常に動作します:GMAP誤差dが
dがPD
map = new GMaps({
el: '#map',
lat: 13.9972,
lng: -89.5687,
zoomControl : true,
panControl : true,
streetViewControl : false,
mapTypeControl: false,
overviewMapControl: true
});
定義されていません。
正しいキーが割り当てられていることを確認してください。また、アクセスキーEx:ip、domain rulesに制限がある場合。これはhttps://console.developers.google.com/で更新できます – Sadee