UNPKG

rc-bmap

Version:

<p align="center"> <img src="https://bmap.jser-club.com/home.png" width="200px"> </p> <p align="center">基于 React 的百度地图组件</p>

9 lines (6 loc) 214 B
import BaseControl from './BaseControl'; import { Scale as BScale } from '../../core'; class Scale extends BaseControl { getRealControl = () => new BScale(this.config, this.mapInstance) } export default Scale;