0
我正在使用谷歌地圖V2,我只想要地圖視圖,沒有更多。我也想擺脫放大和縮小按鈕。禁用所有其他視圖不包括地圖視圖Gmap2
如果有人知道我需要添加到下面,那會很棒。
function stores()
{
$('#storelist ul#stores').html("");
fetch(203,"task=location&location=vic");
map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(-37.810013, 144.962683), 8);
map.setUIToDefault();
yellowIcon.image = "http://gmaps-samples.googlecode.com/svn/trunk/markers/orange/blank.png";
markerOptions = { icon:yellowIcon };
}
您真的應該考慮遷移到Google Maps API的V3。您正在使用已棄用的API。 – andresf 2012-02-06 03:51:47