Android 谷歌地图自定义图块

发布于 12-02 21:43 字数 232 浏览 1 评论 0原文

我想使用谷歌地图构建一个应用程序,并且我希望有某种自定义图块。 由于我在网上没有找到任何内容,我想知道是否有任何方法可以在 Android 上做到这一点?

我在开放街道地图上找到了该图书馆:http://code.google.com/p/osmdroid/< /a> 但我更喜欢使用谷歌地图。

I'd like to build an app using google maps and I'd love to have some kind of custom tiles.
As I've found nothing on the web, I'd like to know if there is any way to do that on Android?

I found that library on open street map: http://code.google.com/p/osmdroid/
But I'd prefer using google maps.

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

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

发布评论

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

评论(2

世态炎凉2024-12-09 21:43:35

抱歉,Android 版 Google Maps SDK 插件不支持自定义图块集。

更新

Maps V2——在提出这个问题并发布这个答案一年多后推出——提供了一个显然可以处理这个问题的TileProvider设施。

There is no support for custom tile sets with the Google Maps SDK Add-on for Android, sorry.

UPDATE

Maps V2 -- introduced well over a year after this question was asked and this answer was posted -- offers a TileProvider facility that apparently handles this.

寂寞陪衬2024-12-09 21:43:34

只需创建您自己的 TileOverlayTileProvider 即可将图块返回到 Maps API。然后调用 gmap.setMapType(GoogleMap.MAP_TYPE_NONE) 禁用 Google 的图块。

Just create your own TileOverlay and TileProvider to return tiles to the Maps API. Then call gmap.setMapType(GoogleMap.MAP_TYPE_NONE) to disable Google's tiles.

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