是否有API可以在Android(如Google Maps)中绘制自定义地图?
问题描述:
我想自定义地图,例如卫星视图,地图视图.我想将自定义视图添加到Google地图.
I would like to customize the maps like satellite view ,maps view. I would like to add my custom view to the Google Maps.
答
无法将自定义地图图块提供给Android版Google Maps.您可以为基于Web的Google地图创建自己的地图图块,并通过WebView
小部件进行显示.或者,您可以查看Open Street Map和OSMDroid是否可以为您的地图引擎提供自定义地图图块.
There is no way to supply custom map tiles to Google Maps for Android. You can create your own map tiles for the Web-based Google Maps and display that via a WebView
widget. Or, you can see if Open Street Map and OSMDroid can help you with custom map tiles for their mapping engine.