Android 谷歌地图自定义图块
我想使用谷歌地图构建一个应用程序,并且我希望有某种自定义图块。 由于我在网上没有找到任何内容,我想知道是否有任何方法可以在 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.
抱歉,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.