有人知道 gwt apis 何时支持谷歌地图 v3

发布于 2024-12-09 05:07:20 字数 227 浏览 2 评论 0原文

基本上就是标题所说的 - 我环顾四周,在 gwt-maps 页面上它已经说了很长一段时间“从 gwt-maps-1.1 版本开始,当前的绑定仅与 Maps v2 API 兼容

” “gwt-google-maps-v3”项目,但那里的标题已经说了近一年了“这个项目很快就会合并到 gwt-google-apis 中,因此已被废弃”

我环顾四周,但是除此之外没有发现更多的东西 - 有人知道谷歌的计划是什么吗?

Basically what the title says - i've looked around, and on the gwt-maps page it has said for a long time "as of the gwt-maps-1.1 release, the current bindings are only compatible with the Maps v2 APIs"

There's the "gwt-google-maps-v3" project, but the header there has said for almost a year "This project will soon be merged into gwt-google-apis and hence is depricated"

I've looked around but not found anything more than that - does anyone know what Google's plans are here?

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

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

发布评论

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

评论(1

蓝梦月影 2024-12-16 05:07:20

这取决于你想要什么。尽管 -v3 项目的文档很糟糕,但如果您深入研究源代码,您会发现许多 Maps 对象类型都受支持。在深入研究源代码之前,我通过 JSNI 实现了自己的解决方案。

这是我自己的 JSNI 解决方案的示例:

https://github.com/dartmanx/mapmaker/blob/master/src/main/java/org/jason/mapmaker/client/util/GoogleMapUtil.java

JSNI 的优点是你不用担心 -v3 项目缺乏支持。

It depends on what you want. Although the documentation SUCKS on the -v3 project, if you dig into the source you'll see that many of the Maps object types are supported. I implemented my own solution via JSNI before doing said digging into the source.

Here's an example of my own JSNI solution:

https://github.com/dartmanx/mapmaker/blob/master/src/main/java/org/jason/mapmaker/client/util/GoogleMapUtil.java

The advantages of JSNI are that you don't have to worry about the lack of support of the -v3 project.

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