Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/315.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# geckofx的Google Earth插件_C#_Google Maps_Google Earth_Gecko - Fatal编程技术网

C# geckofx的Google Earth插件

C# geckofx的Google Earth插件,c#,google-maps,google-earth,gecko,C#,Google Maps,Google Earth,Gecko,我在.Net4 winform中使用geckofx-10(与xulrunner 10.0.2一起使用)。 我加载谷歌地图: http://maps.google.com/maps?hl=en&tab=wl 这项工作仅适用于街道和卫星地图,谷歌地球不存在。 如何添加GE插件并激活它 假设您已经安装了Google Earth插件,那么您只需要创建自己的Google地图实现,然后将其加载到您的浏览器控件中 您可以使用此实用程序库在版本3的maps api中实现这一点 这里有一个地图/地球集

我在.Net4 winform中使用geckofx-10(与xulrunner 10.0.2一起使用)。
我加载谷歌地图:

http://maps.google.com/maps?hl=en&tab=wl
这项工作仅适用于街道和卫星地图,谷歌地球不存在。

如何添加GE插件并激活它

假设您已经安装了Google Earth插件,那么您只需要创建自己的Google地图实现,然后将其加载到您的浏览器控件中

您可以使用此实用程序库在版本3的maps api中实现这一点

这里有一个地图/地球集成的工作示例:
也许这个答案太晚了,但它可能对其他用户有用

我在.NET4框架中尝试了Geckofx1.9.1.0的另一个版本(使用XulRunner3.6.26),但它对我和你一样不起作用。所以我决定使用静态谷歌地图,它就像一个魅力