是否可以使用Android MapView类显示地形图
是否可以显示与此类似的地形图 http://maps.google.com/maps?hl=en&ie=UTF8&ll=45.699466,6.389236&spn=0.327066,0.861053&t=p&z=11 使用 MapView 类?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
.setSatellite(true or false);
交换地图样式true
为卫星地图false
为路线图。目前还不支持这种风格的地图。You can swap styles of the map with
.setSatellite(true or false);
true
for sattelite mapfalse
for road map. This style of map is not supported, yet.