pan*_*can 7 google-maps google-maps-embed
是否可以通过向Google Maps嵌入代码添加一些变量来禁用地图控件?
dou*_*uwe 10
不,你不能,但如果你使用javascript api你可以这样做:
map = new google.maps.Map(document.getElementById("map_canvas"), { panControl: false, zoomControl: false, scaleControl: false, });
Ben*_*ros 7
This can be done in one step in V3: Add this to your mapOptions:
disableDefaultUI: true
归档时间:
14 年,7 月 前
查看次数:
25039 次
最近记录:
7 年,9 月 前