649 B
649 B
nav | order | toc | title | ||
---|---|---|---|---|---|
|
1 | content | 快速上手 |
基本用法
API
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
mapRef | 标题 | React.MutableRefObject<MapRef或undefined> | '' | - |
style | 地图样式 | cssProperties | {} | - |
children | 内部元素 | JSX.Element或JSX.Element[]或Array<JSX.Element或undefined> | {} | - |
mapConfig | 地图配置 | MapConfigProps | defaultMapConfig | - |
onLoad | 地图加载事件 | function | ()=>{} | - |
onDrawCreate | 地图绘制事件 | string | '' | - |