Enumeration LengthUnit

比例尺长度单位,使用 BMAP_UNIT_* 常量传入

示例代码1

const scaleControl = new BMap.ScaleControl();
scaleControl.setUnit(BMAP_UNIT_IMPERIAL);

Enumeration Members

英制单位(英里/英尺)

公制单位(米/千米)