setPosition(marker, point) {
marker.lonlat.lat = point.lat;
marker.lonlat.lon = point.lon;
return marker;
}
我写的一个方法是这样的,但是marker点并没有进行移动