The Google maps API needs an Iframe. So you'd have to embed a browser in your app. At which point it 'should' not violate the license. The API and the related is http://code.google.com/apis/maps/. There is a discussion forum there as well to ask License specific questions.
There are specific API calls to do exactly what you're looking to do.
是的,Google 地图 API 现在可以在桌面应用程序中使用,前提是它们遵守服务条款的其他限制。请注意,为了使桌面应用程序被视为“可公开访问”,必须有一个可公开访问的网页可供下载。有关详细信息,请参阅服务条款第 7.1c 节。
现在我只需要了解如何在桌面上实现它!
Indeed, from that website's FAQ, I got:
Can I use Google Maps in my non-Web application?
Yes, the Google Maps APIs can now be used in Desktop applications, provided that they adhere to the other restrictions of the Terms of Service. Note that in order for a desktop application to be deemed "publicly accessible", there must be a publicly accessible webpage from which it can be downloaded. See Section 7.1c of the Terms of Service for more information.
Now I only need to find out how to implement it in a desktop!
发布评论
评论(2)
Google 地图 API 需要 Iframe。因此,您必须在应用程序中嵌入浏览器。此时它“不应该”违反许可。 API 及相关内容为 http://code.google.com/apis/maps/。那里还有一个讨论论坛,可以询问许可证的具体问题。
有特定的 API 调用可以准确地执行您想要执行的操作。
The Google maps API needs an Iframe. So you'd have to embed a browser in your app. At which point it 'should' not violate the license. The API and the related is http://code.google.com/apis/maps/. There is a discussion forum there as well to ask License specific questions.
There are specific API calls to do exactly what you're looking to do.
事实上,从该网站的常见问题解答中,我得到了:
我可以在非 Web 应用程序中使用 Google 地图吗?
现在我只需要了解如何在桌面上实现它!
Indeed, from that website's FAQ, I got:
Can I use Google Maps in my non-Web application?
Now I only need to find out how to implement it in a desktop!