收藏
回答

map中的markers 角度设置在安卓中无效,moveAlong时间设置也无效?

map moveAlong markers

回答关注问题邀请回答
收藏

1 个回答

  • Cjiang
    Cjiang
    2021-02-03

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),并详细描述下复现的流程。

    2021-02-03
    有用
    回复 2
    • Kylerico
      Kylerico
      2021-02-03
      安卓系统基本都有这个问题,微信版本号8.0.2.系统版本号安卓10代码片段:
             if (wx.getStorageSync('iphone')){
                    markers.push(
                      {
                        id:index,
                        latitude:res.result.pois[b].location.lat,
                        longitude:res.result.pois[b].location.lng,
                        iconPath: '../images/img_car.png',
                        rotate:180,
                        width:40,
                        height:41,
                      }
                     )
                  }else{
                    markers.push(
                      {
                        id:index,
                        latitude:res.result.pois[b].location.lat,
                        longitude:res.result.pois[b].location.lng,
                        iconPath: '../images/img_car.png',
                        width:40,
                        height:41,
                        rotate:360,
                      }
                    )
                  }
      这里判断机型成功了,但是设置就只有rotate属性无效
      2021-02-03
      回复
    • Cjiang
      Cjiang
      2021-02-08回复Kylerico
      https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
      按照链接,提供下复现的代码片段看看。
      2021-02-08
      回复
登录 后发表内容
问题标签