收藏
回答

map里面的customCallout设置了anchorY和anchorX之后不会立即生效?

{
    id: item.userId,
    latitude: item.latitude,
    longitude: item.longitude,
    height: 50,
    width: 45,
    iconPath: '/static/Union-bg-unit.png',
    customCallout: {
      anchorY: 37,
      anchorX: 1,
      display: 'ALWAYS',
      url: item.avatar
    },
    joinCluster: true
  } as Marker
}

map里面的customCallout设置了anchorY和anchorX之后不会立即生效,只有点击之后才会回到正确的位置

最后一次编辑于  06-22
回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    06-23

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    06-23
    有用
    回复
登录 后发表内容