MapContext.translateMarker(Object object)

基础库 1.2.0 开始支持,低版本需做兼容处理

平移marker,带动画。

参数

Object object

属性类型默认值必填说明最低版本
markerIdnumber指定 marker
destinationObject指定 marker 移动到的目标点
autoRotateboolean移动过程中是否自动旋转 marker
rotatenumbermarker 的旋转角度
moveWithRotatebooleanfalse平移和旋转同时进行2.13.0
durationnumber1000动画持续时长,平移与旋转分别计算
animationEndfunction动画结束回调函数
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

object.destination 的结构

属性类型默认值必填说明
longitudenumber经度
latitudenumber纬度