简体   繁体   English

获取Google Maps Java API 3.8时遇到问题

[英]Trouble getting Google Maps Java API 3.8

I am trying to find a jar that corresponds to this javadoc but I am having trouble. 我试图找到一个与此javadoc对应的jar,但遇到了麻烦。 Google returns this GitHub page but that is not what I want. Google返回了此GitHub页面,但这不是我想要的。 How can I find a jar that corresponds to an API reference that I like when there is no link within the javadoc and search engine results are confusing? 当javadoc中没有链接并且搜索​​引擎结果令人困惑时,如何找到与我喜欢的API参考相对应的jar?

From messing with the Javadoc URL I was able to find this in the tree, which looks like what you need: 通过弄乱Javadoc URL,我可以在树中找到它,看起来像您所需要的:

http://gwt-google-apis.googlecode.com/svn/releases/maps/1.1/ http://gwt-google-apis.googlecode.com/svn/releases/maps/1.1/

If you're looking for a JAR, you may have to assemble it yourself, but they're nice enough to include the Eclipse files 如果您正在寻找一个JAR,则可能必须自己组装它,但是它们足以包含Eclipse文件

The source is in that GitHub. 源位于该GitHub中。 It's just not in a jar. 只是不在罐子里。 Go to git-maps-api/src/main/java and you'll find the code. 转到git-maps-api / src / main / java,您将找到代码。

https://github.com/branflake2267/GWT-Maps-V3-Api/tree/master/gwt-maps-api/src/main/java https://github.com/branflake2267/GWT-Maps-V3-Api/tree/master/gwt-maps-api/src/main/java

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM