收藏
回答

IOS中地图的Polyline箭头方向不对

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 15.2.1 iPhone x 15.2.1、iPhone XR 8.0.2

如图所示,IOS中线路箭头贴图的方向与线路垂直了,应该是与线路同方向才对。Android中是正确的

代码:

{

      points: line_points, color: color_bg, width: this.data.LINE_WIDTH + 6, dottedLine: false,

      borderWidth: this.data.LINE_BORDER_WIDTH, borderColor: color_text,

      arrowLine: true, arrowIconPath: '/res/route_arrow.png'

}

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

1 个回答

登录 后发表内容