Google Maps (API v3) 支持自定义控件。例如
var controlDiv = document.createElement('DIV');
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(controlDiv);
Google Earth Plugin API 中是否有类似的可能?
Google Maps (API v3) 支持自定义控件。例如
var controlDiv = document.createElement('DIV');
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(controlDiv);
Google Earth Plugin API 中是否有类似的可能?
您必须在基本 html 中创建控件,然后使用 iframe shim 将其放置在插件上。
示例:http ://earth-api-samples.googlecode.com/svn/trunk/demos/customcontrols/index.html