测量
Apr 25, 2017
测量
new HMap.MeasureTool(Maps.map)
要想使用测量,必须先定义此类
参数:
{ol.Map} Maps.map
地图对象
测距
.setUp({ measureType: 'measureLength'})
参数:
{Object} options
相关参数{String} measureType
测量类型 (measureLength
为测距)
用法:
1<button onclick="measureTool('measureLength')">测距</button>
|
|
测面
.setUp({ measureType: 'measureArea'})
参数:
{Object} options
相关参数{String} measureType
测量类型 (measureArea
为测距)
用法:
1<button onclick="measureTool('measureArea')">测面</button>
|
|