使用AJAX自动更新标记

时间:2018-05-04 10:22:06

标签: javascript ajax dictionary marker

我使用此代码从(数据库中的db.php)获取gps数据,我需要更新标记而不刷新页面。我测试了setInterval(function()),它可以工作,但它会更新整个页面(map + marker)。我需要更新标记的位置(变量uluru)但我的问题是变量uluru是本地的



Component {
  id: mycomp
  Item {
    id: myitm
    CheckBox {
      id: mycbx
      checked: true
    }
  }
}

TreeView {
  TableViewColumn {
    delegate: myDelegate
  }
  onSortIndicatorChanged{
    // set the checked property of the delegates to true
  }
}




0 个答案:

没有答案