Constructor
new Measure(options)
Example
//初始化测量控件
var MeasureControl = new GeoGlobe.Control.Measure({
});
//添加测量控件
map.addControl(MeasureControl);
//测量 type 为 'line' 代表测量距离 为 'polygon' 代表测量面积
MeasureControl.measureFunc(type)
//删除
MeasureControl.clearMeasure()
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | 参数设置
Properties
|