我使用谷歌地圖API V3的「X」和得到這個錯誤,而使用遺漏的類型錯誤:無法讀取屬性未定義common.js
map.fitBounds(範圍);功能
,這裏的錯誤快照是代碼:
var arr = [{lat: -25.363, lng: 131.044}, {lat: 12.97, lng: 77.59}];
for (i = 0; i < arr.length; i++) {
bounds.extend(new google.maps.LatLng(arr[i]));
}
map.fitBounds(bounds); //If I comment this line in m code, the error is gone but map does not load.
是什麼問題?我又該如何解決它?
顯示您的全部代碼 –
請參閱代碼現在.. – Gora
是onload方法中的代碼? –