我使用此代码从(数据库中的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
}
}