childadded
childadded: { child: Object3D }
childremoved
childremoved: { child: Object3D }
loading-complete
"loading-complete": BaseEvent
loading-error
"loading-error": BaseEvent<string> & { url: string }
loading-progress
"loading-progress": BaseEvent<string> & {
itemsLoaded: number;
itemsTotal: number;
url: string;
}
loading-start
"loading-start": BaseEvent<string> & {
itemsLoaded: number;
itemsTotal: number;
url: string;
}
parsing-end
"parsing-end": BaseEvent<string> & { geometry: BufferGeometry }
projection-changed
"projection-changed": BaseEvent<string> & { projection: IProjection } ready
ready: BaseEvent
source-changed
"source-changed": BaseEvent<string> & { source: ISource | ISource[] | undefined;} tile-created
"tile-created": BaseEvent<string> & { tile: Tile } tile-loaded
"tile-loaded": BaseEvent<string> & { tile: Tile } tile-unload
"tile-unload": BaseEvent<string> & { tile: Tile } tile-visible-changed
"tile-visible-changed": BaseEvent<string> & { tile: Tile; visible: boolean } update
update: BaseEvent<string> & { delta: number }
瓦片地图事件映射