0

Google Maps (API v3) 支持自定义控件。例如

var controlDiv = document.createElement('DIV'); 
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(controlDiv);

Google Earth Plugin API 中是否有类似的可能?

4

1 回答 1

2

您必须在基本 html 中创建控件,然后使用 iframe shim 将其放置在插件上。

示例:http ://earth-api-samples.googlecode.com/svn/trunk/demos/customcontrols/index.html

于 2011-07-13T04:52:10.527 回答