Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GenericUrl 类将我的纬度和经度嵌入 url。我该如何使用GenericUrl?
GenericUrl
以下是一些使用的地方GenericUrl:
http://javadoc.google-api-java-client.googlecode.com/hg/1.0.10-alpha/com/google/api/client/http/class-use/GenericUrl.html
从阅读文档GenericURL,看来这个类是为了解码一个 URL 而不是构建一个新的。您将需要使用不同的机制来构建 Google Places URL。
GenericURL