Skip to content
On this page

定位

定位

javascript
(data, comp) => {
    comp.map.setCenter({
      center:[122.15925492428805, 29.97871689152069],
      image:'xxxx.png',
      callback(){
        console.log('setCenter end')
      }
    })
}
(data, comp) => {
    comp.map.setCenter({
      center:[122.15925492428805, 29.97871689152069],
      image:'xxxx.png',
      callback(){
        console.log('setCenter end')
      }
    })
}

注意:是否有callback内部调用逻辑稍有不同

移除定位图标

javascript
(data, comp) => {
    comp.map.removeCenter()
}
(data, comp) => {
    comp.map.removeCenter()
}

Demo地址:http://tianque.oicp.net:28182/tq-bigscreen-web/#/build/1496766134750289921

Last updated: