forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
11 lines (11 loc) · 679 Bytes
/
index.js
File metadata and controls
11 lines (11 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
export { BaiduMap } from './BaiduMap';
export { ImageSuperMapRest } from './ImageSuperMapRest';
export { SuperMapCloud } from './SuperMapCloud';
export { Tianditu } from './Tianditu';
export { TileSuperMapRest } from './TileSuperMapRest';
export { WebMap } from './WebMap';
export { ImageTileSuperMapRest } from './ImageTileSuperMapRest';
export { initMap, viewOptionsFromMapJSON } from './InitMap';