Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.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
Google Earth API在ASP.Net Web应用程序中的使用_.net_Google Earth_Google Earth Plugin - Fatal编程技术网

Google Earth API在ASP.Net Web应用程序中的使用

Google Earth API在ASP.Net Web应用程序中的使用,.net,google-earth,google-earth-plugin,.net,Google Earth,Google Earth Plugin,我想将google earth应用程序添加到我的asp.net web应用程序中。用户可以根据需要添加placemark,然后将位置保存为“.kmz”或“.kml”。集成的最佳方式是什么?是否可以直接在asp.net中加载google earth应用程序?或者我需要使用google earth API来获取此类函数吗?如果您有任何示例应用程序或代码,请与我分享。我不知道asp.net。然而,Earth API只有一个JavaScript组件。因此,您需要在页面上创建JavaScript来加载它。

我想将google earth应用程序添加到我的asp.net web应用程序中。用户可以根据需要添加placemark,然后将位置保存为“.kmz”或“.kml”。集成的最佳方式是什么?是否可以直接在asp.net中加载google earth应用程序?或者我需要使用google earth API来获取此类函数吗?如果您有任何示例应用程序或代码,请与我分享。

我不知道asp.net。然而,Earth API只有一个JavaScript组件。因此,您需要在页面上创建JavaScript来加载它。在谷歌上搜索一下,我就想到了这个:

无论我如何处理同一件事,是的,您可以在asp.net web应用程序中添加google earth,因为您需要添加google earth api并在系统中安装google earth插件。您可以查看一些已经完成这些操作的示例

更多关于谷歌地球api的文档