| this._posistion = Parse.parsePosition(position) | this._posistion = Parse.parsePosition(position) | ||||
| this._icon = icon | this._icon = icon | ||||
| this._delegate = new Cesium.Entity({ billboard: {} }) | this._delegate = new Cesium.Entity({ billboard: {} }) | ||||
| this.type = Overlay.getOverlayType('dynamic-billboard') | |||||
| this.type = Overlay.getOverlayType('dynamic_billboard') | |||||
| this._state = State.INITIALIZED | this._state = State.INITIALIZED | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| Overlay.registerType('dynamic-billboard') | |||||
| Overlay.registerType('dynamic_billboard') | |||||
| export default DynamicBillboard | export default DynamicBillboard |
| this._posistion = Parse.parsePosition(position) | this._posistion = Parse.parsePosition(position) | ||||
| this._modelUrl = modelUrl | this._modelUrl = modelUrl | ||||
| this._delegate = new Cesium.Entity({ model: {} }) | this._delegate = new Cesium.Entity({ model: {} }) | ||||
| this.type = Overlay.getOverlayType('dynamic-model') | |||||
| this.type = Overlay.getOverlayType('dynamic_model') | |||||
| this._state = State.INITIALIZED | this._state = State.INITIALIZED | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| Overlay.registerType('dynamic-model') | |||||
| Overlay.registerType('dynamic_model') | |||||
| export default DynamicModel | export default DynamicModel |