是否有可能以显示与Android的MapView类地形图地形图、有可能、Android、MapView

2023-09-06 18:41:55 作者:给爷哭着つ唱征服

是否可以显示地形图与此类似http://maps.google.com/maps?hl=en&ie=UTF8&ll=45.699466,6.389236&spn=0.327066,0.861053&t=p&z=11使用图形页面类?

Is it possible to show terrain maps similar to this http://maps.google.com/maps?hl=en&ie=UTF8&ll=45.699466,6.389236&spn=0.327066,0.861053&t=p&z=11 using MapView class?

推荐答案

您可以交换风格的地图与 .setSatellite(true或false); 真正为sattelite地图的路线图。不支持地图的这种风格,但。

You can swap styles of the map with .setSatellite(true or false); true for sattelite map false for road map. This style of map is not supported, yet.