收藏
回答

新版6.6.7 iOS下map polyline的arrowLine无效

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug map 客户端 iOS 6.6.7 2.2.0

arrowLine安卓正常,ios失效,请尽快恢复下,谢谢

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

2 个回答

  • 君子莲
    君子莲
    2018-07-26

    就是你们官方的demo,用ios版本看下就是了,所有的ios都一样,微信6.6.7

    2018-07-26
    有用
    回复 4
    • 是小白啊
      是小白啊
      2018-07-26



      你好,你指的是这个吗?

      2018-07-26
      回复
    • 君子莲
      君子莲
      2018-07-26回复是小白啊

      不不不,我说的是这样的,你的demo好像polyline没显示,
      wechatide://minicode/iOSWQbm17YQN

      2018-07-26
      回复
    • 君子莲
      君子莲
      2018-07-27回复是小白啊

      <map

      id="myMap"

      style="width: 100%; height:500px;"

      latitude="{{latitude}}"

      longitude="{{longitude}}"

      polyline='{{polyline}}'

      show-location

      ></map>



      Page({

      data: {

      latitude: 31.871727,

      longitude: 117.085419,

      polyline: [{

      points: [{

      longitude: 117.085419,

      latitude: 31.871727

      }, {

      longitude: 117.432861,

      latitude: 31.799391

      }],

      color: "#5d96ff",

      borderColor: "#6180b6",

      width: 7,

      borderWidth: 1,

      arrowLine: true

      }],

      },

      onReady: function (e) {

      this.mapCtx = wx.createMapContext('myMap')

      },

      getCenterLocation: function () {

      this.mapCtx.getCenterLocation({

      success: function (res) {

      console.log(res.longitude)

      console.log(res.latitude)

      }

      })

      },

      moveToLocation: function () {

      this.mapCtx.moveToLocation()

      }

      })





      这个就是简单的demo,你可以试下,用ios打开,会发现polyline的arrowLine不显示



      2018-07-27
      回复
    • 是小白啊
      是小白啊
      2018-07-27回复君子莲

      反馈已收到,感谢反馈

      2018-07-27
      回复
  • 是小白啊
    是小白啊
    2018-07-26

    你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2018-07-26
    有用
    回复 1
登录 后发表内容