(i)
| 5004 | this._markers.push(a); |
| 5005 | } |
| 5006 | removeEventMarker(i) { |
| 5007 | for (let t = 0; t < this._markers.length; t++) |
| 5008 | i == this._markers[t].event.id && (this._markers[t].marker.setVisible(!1), this._markers[t].marker.setMap(null), this._markers[t].marker.setPosition(null), this._markers[t].marker = null, this._markers.splice(t, 1), t--); |
| 5009 | } |
| 5010 | updateEventMarker(i) { |
| 5011 | for (let t = 0; t < this._markers.length; t++) |
| 5012 | if (this._markers[t].event.id == i.id) { |