nicecode-v2/packages/map/src/index.md
2024-03-25 17:13:42 +08:00

649 B

nav order toc title
title
Map
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 '' -