我試圖讓一組特定的座標來顯示的。我通過google maps API完成了這項工作,但不知何故美國最終成爲了世界的中心。我試圖設置中心作爲歐洲縮放級別爲1
map.setCenter(latlngbounds.getCenter(), map.fitBounds(latlngbounds));
和
var dor24 = new google.maps.LatLng(52.519325,13.392709);
map.setCenter(dor24);
map.fitBounds(latlngbounds);
但不知何故,我設置的中心被忽略時,在縮放級別1,這是由於谷歌地圖的內部工作還是有辦法讓一個世界地圖以歐洲爲中心,所有點都顯示?
這是我講的exmples: http://hpsg.fu-berlin.de/~stefan/Vortraege/
http://hpsg.fu-berlin.de/~stefan/Vortraege/talk-map.html
編輯:但是,如果沒有fitbounds我得到這個:
請提供[MCVE]演示這個問題,包括它在**你的問題本身不**(僅)鏈接到顯示問題的外部頁面。 – geocodezip