我正在使用微控制器并尝试使用倾斜传感器来控制Google地球图像的平移和旋转。我已经将倾斜传感器连接到C#代码并可以从中获取数据。我将使用哪些相关函数在C#中导航谷歌地球?
答案 0 :(得分:1)
你可以看一下我把Google Earth Plugin整合到托管代码中的这个开源控制库。
http://code.google.com/p/winforms-geplugin-control-library/
用于导航的标准Api对象是KmlLookAt和KmlCamera: http://code.google.com/apis/earth/documentation/reference/interface_kml_look_at.html http://code.google.com/apis/earth/documentation/reference/interface_kml_camera.html
(仅供参考,我使用接线IO板做了类似的事情!)