Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 google_maps_flutter 可以显示多种地图类型(卫星/地图...)
是否有任何小部件可用于选择地图类型?
“使用 google_maps_flutter 可以显示多种地图类型(卫星/地图 ...)”
是的。Google 地图小部件接受以下作为有效类型:
/// 不显示地图图块。没有任何
/// 普通瓦片(交通和标签,微妙的地形信息)。普通的,
/// 卫星成像瓦片(航拍照片)卫星,
/// 地形图块(表示地形的类型和高度)terrain,
/// 混合瓦片(带有一些标签/覆盖的卫星图像)混合
“是否有任何小部件可用于选择地图类型?”
目前没有,但您可以轻松创建它:)