Is it possible to show terrain maps with Android MapView class

痴心易碎 提交于 2019-12-23 04:04:35

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6795705/is-it-possible-to-show-terrain-maps-with-android-mapview-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!