0.9.32 • Published 7 years ago

rc-map v0.9.32

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

#安装

npm install rc-map --save

#使用

.map{
    width:500px;
    height:300px
}
import MAP from 'rc-map'

const config = {
    map: 'amap',//beyondmap/amap
    center: [106.33, 29.35],
    zoom: 5,
    zooms: [3, 18],
}

<MAP {...config} className='map'/>

#配置

map

地图类型 目前支持beyondmap、amap

##center 地图中心

106.33, 29.35

##zoom 缩放级别

##zooms 缩放范围

3,18

##event

##marker

##circle

##polyline

##polygon

##infoWindow

##tool

##service

##cluster

0.9.32

7 years ago

0.9.31

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago