Is it possible to show terrain maps with Android MapView class
Is it possible to show te开发者_运维技巧rrain 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?
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.
精彩评论