UNPKG

xgis-ol

Version:

基于openlayers + ol-ext库进行封装

8 lines (7 loc) 163 B
export default class MapEventArgs { mapID: string; mapGroup: string; data?: any; target?: any; constructor(mapID: string, mapGroup: string); }