new MapInfoStruct(options)
Usage
// 浏览器
<script type="text/javascript" src="../../web/libs/plotting/leaflet/11.3.0/iclient-plot-leaflet-es6.min.js"></script>
<script>
new SuperMap.Plot.MapInfoStruct(options);
</script>
// ES6 Import
import { MapInfoStruct } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';
new MapInfoStruct(options);
common/plot/MapInfoStruct.js, line 11
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
地图信息参数。
|
Members
-
centerXnumber
-
地图中心点经度。
-
centerYnumber
-
地图中心点纬度。
-
zoomnumber
-
地图的缩放级别。
Methods
-
destroy()
common/plot/MapInfoStruct.js, line 47 -
销毁态势图的地图信息结构。