您好我对角度5上的传单标记有疑问, 标记值是动态的,我需要绘制最后的结果。 我该怎么办? 在这里有人有同样的问题吗?
var标记; markers = new L.LayerGroup()。addTo(myfrugalmap); let timer = TimerObservable.create(0,10000); this.subscription = timer.subscribe(t => {this.MyService.Localize()。subscribe(result => {this.positions = result; let xpo = this.positions.x; let ypo = this.positions。 y;让mar = L.marker([xpo,ypo],{icon:greenIcon})mar.addTo(markers)}); markers.clearLayers();})
结果中的(没有(markers.clearLayers))我在地图上有10秒的新位置,我需要放弃旧位置