收藏
回答

微信小程序的map-polyline中的segmentTexts,在设置后未看到效果?

Page({
  data: {
    latitude23.099994,
    longitude113.324520,
    markers: [{
      id1,
      latitude23.099994,
      longitude113.324520,
      name'T.I.T 创意园'
    }],
    polyline: [{
      points: [{
        latitude23.099994,
        longitude113.344520,
        },
        {
          latitude23.199994,
          longitude113.324520,
        },
        {
          latitude23.199984,
          longitude113.304520,
        },
      ],
      segmentTexts: [{
        startIndex0,
        endIndex1,
        name'setmengtext1'
      },{
        startIndex1,
        endIndex2,
        name'setmengtext2'
      }],
      textStyle: {
        textColor:'#ff0000',
        strokeColor:'#ff0000',
        fontSize14
      },
      color"#fff",
      width15,
      arrowLinetrue,
      borderWidth1 //线的边框宽度,还有很多参数,请看文档 
    }],
    covers: [{
      latitude23.099994,
      longitude113.344520,
      iconPath'/image/location.png'
    }, {
      latitude23.099994,
      longitude113.304520,
      iconPath'/image/location.png'
    }]
  },
  onReadyfunction (e{
    this.mapCtx = wx.createMapContext('myMap')
  },
  getCenterLocationfunction () {
    this.mapCtx.getCenterLocation({
      successfunction (res{
        console.log(res.longitude)
        console.log(res.latitude)
      }
    })
  },
  moveToLocationfunction () {
    this.mapCtx.moveToLocation()
  },
  translateMarkerfunction () {
    this.mapCtx.translateMarker({
      markerId1,
      autoRotatetrue,
      duration1000,
      destination: {
        latitude23.10229,
        longitude113.3345211,
      },
      animationEnd() {
        console.log('animation end')
      }
    })
  },
  includePointsfunction () {
    this.mapCtx.includePoints({
      padding: [10],
      points: [{
        latitude23.099994,
        longitude113.344520,
        },
        {
          latitude23.199994,
          longitude113.324520,
        },
        {
          latitude23.199984,
          longitude113.304520,
        },
      ]
    })
  }
})
回答关注问题邀请回答
收藏

6 个回答

  • facexyz
    facexyz
    03-08

    使用真机调试看看,我这边真机调试可以显示。

    03-08
    有用
    回复
  • 奋斗青年 so
    奋斗青年 so
    2023-12-12

    现在还没解决,有遇到的吗

    2023-12-12
    有用
    回复
  • 欢
    2022-12-30

    楼主解决了吗

    2022-12-30
    有用
    回复
  • ʚɞflyʚɞ
    ʚɞflyʚɞ
    2022-03-17

    我设置的也显示不了

    2022-03-17
    有用
    回复
  • Cjiang
    Cjiang
    2022-03-14

    提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2022-03-14
    有用
    回复
  • 寒声碎一
    寒声碎一
    2022-03-14

    2022-03-14
    有用
    回复 3
    • 双白
      双白
      2022-04-06
      楼主这个问题解决了吗
      2022-04-06
      回复
    • 丶Summer
      丶Summer
      2022-04-21
      同意发现这个问题,有办法了,楼主分享一下啊
      2022-04-21
      回复
    • 李浩铭
      李浩铭
      2023-01-30回复丶Summer
      请问解决了吗
      2023-01-30
      回复
登录 后发表内容