MapSourceDataEvent
定义于: src/ui/events.ts:639
MapSourceDataEvent
对象在源和图块有更新时与sourcedata
和sourcedataloading
事件一起发出;
属性
dataType
dataType: "source"
定义于: src/ui/events.ts:644
数据更新类型,将始终为"source";
isSourceLoaded?
isSourceLoaded?: boolean
定义于: src/ui/events.ts:648
如果源已完全加载,则为true
;只在sourcedata
事件中设置,不在sourcedataloading
事件中设置;
source?
source?: Source
定义于: src/ui/events.ts:653
更新的源;
sourceDataType?
sourceDataType?: MapSourceDataType
定义于: src/ui/events.ts:657
源数据更新类型,如果有;
sourceId?
sourceId?: string
定义于: src/ui/events.ts:662
已更新的源的ID;
tile?
tile?: Tile
定义于: src/ui/events.ts:666
更新的图块,如果有;只在sourcedata
事件中设置,不在sourcedataloading
事件中设置;
type
type: "sourcedata" | "sourcedataloading"
定义于: src/ui/events.ts:640
事件类型;