收藏
回答

Map组件的enable-satellit 无论是设置为true还是false都是现实实景地图?

下面是代码,现在的疑问是无论是将enable-satellit设置为true或者false,显示的都是实际街景,不能切换为正常地图,有遇到这个问题的伙伴吗?

基础库: 2.12.1

"myMap" style="width: 100vw; height: 100vh;" latitude="{{latitude}}" longitude="{{longitude}}" enable-satellite="false"
      markers="{{markers}}" scale="{{map_scale}}" bindtap="onMapTap" bindmarkertap="onPointTap" show-location="true">
      class="search_bar">
        "/image/search.png" style="width:50rpx;height:50rpx;padding-right:10px;" />
        class="search_view" bindblur="closesuggest" bindconfirm="getsuggest" type="text" confirm-type="search"
          value="{{backfill}}" placeholder="输入地址定位(如: 人民广场)">
      
      
    
最后一次编辑于  2020-08-23
回答关注问题邀请回答
收藏

2 个回答

  • .
    .
    2020-08-23
    enable-satellite="{{true}}"
    
    2020-08-23
    有用 1
    回复 1
    • 皇儒
      皇儒
      2020-08-24
      厉害,顺利解决。谢谢谢谢!
      2020-08-24
      回复
  • 皇儒
    皇儒
    2020-08-24

    问题已经解决,就是上面答主的回复,谢谢大家。

    2020-08-24
    有用
    回复
登录 后发表内容
问题标签