描述: 本组件提供了对比(compared)、测距(lengthMeasure)、测面(areaMeasure)、点查询(pointSearch)、面查询(shapeSearch)、清除(clearAll)、全屏(fullScreen) Attributes: 参数 说明 类型 可选值 默认值 Maps 地图相关变量 Object - - graphicsLyr 清除的图层 Object - - disabledList 需要隐藏的工具 Array compared/lengthMeasure - areaMeasure/pointSearch shapeSearch/clearAll fullScreen Events: 事件名 说明 参数 triggerBefore 点击工具执行方法前 oldIndex,newIndex triggerAfter 点击工具执行方法后 Index,Geometry
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.