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) 244 B
import { Geolocation as BGeolocation } from '../../core'; import BaseControl from './BaseControl'; class Geolocation extends BaseControl { getRealControl = () => new BGeolocation(this.config, this.mapInstance) } export default Geolocation;