UNPKG

rc-bmap

Version:

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

14 lines (11 loc) 282 B
import Common from './Common'; export default class Bounds extends Common { static displayName = 'Bounds' getData = () => ({ name: this.props.name || 'bounds', data: { sw: this.config.sw || this.props.sw, ne: this.config.ne || this.props.ne, }, }) }