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

发布于 2024-12-25 01:06:05 字数 190 浏览 4 评论 0原文

我想将 google Earth 应用程序添加到我的 asp.net Web 应用程序中。用户可以根据需要添加地标,然后将地点保存为“.kmz”或“.kml”。集成的最佳方式是什么?是否可以直接在asp.net中加载google Earth应用程序?或者我是否需要使用 google Earth API 才能获得此类功能?如果您有任何示例应用程序或代码,请与我分享。

I want to add google earth application to my asp.net web application.User can add placemark as they want and then save the places as ".kmz" or ".kml".What is the best way to integrate? Is it possible to load google earth application directly in asp.net? Or Do I need to use google earth API to get that kind of functions? Please share me if you have any sample application or code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苍暮颜 2025-01-01 01:06:05

我不知道asp.net。然而,Earth API 只有一个 JavaScript 组件。因此,您需要在页面上创建 JavaScript 来加载它。只是谷歌搜索,我想出了这个:
http://msdn.microsoft.com/en-us/library/aa479011.aspx

I don't know asp.net. However, the Earth API only has a JavaScript component. So you would need to create JavaScript on your page to load it. Just Googling it, I came up with this:
http://msdn.microsoft.com/en-us/library/aa479011.aspx

英雄似剑 2025-01-01 01:06:05

我在做同样的事情,是的,你可以在你的 ASP.NET Web 应用程序中添加 google 地球,因为你需要添加 google 地球 api 并在你的系统中安装 google 地球插件。您可以查看一些已经完成的示例。

https://developers.google.com/earth/documentation/examples

如需了解更多信息,请查看google 地球 api 的文档

https://developers.google.com/earth/documentation/index

How ever I'm working on the same thing, yes you can add google earth in your asp.net web application for that you need to add the google earth api and install google earth plugin in your system. You can check out some examples where these are already done.

https://developers.google.com/earth/documentation/examples

and for more check out documentation of google earth api

https://developers.google.com/earth/documentation/index

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文