| this._credit = undefined | this._credit = undefined | ||||
| this._token = undefined | this._token = undefined | ||||
| this._style = options.style || 'normal' | this._style = options.style || 'normal' | ||||
| this._errorEvent = new Cesium.Event() | |||||
| } | } | ||||
| get url() { | get url() { | ||||
| return true | return true | ||||
| } | } | ||||
| get errorEvent() { | |||||
| return this._errorEvent | |||||
| } | |||||
| getTileCredits(x, y, level) {} | getTileCredits(x, y, level) {} | ||||
| /** | /** |