Marker
继承自 BasePoint
<Marker position={[x, y]} />
Props
属性名 | 类型 | 备注 |
---|---|---|
icon | string, object | |
label | object | |
children | React.ReactNode | 对应 AMap 的 setContent |
className | string | 仅当使用children 时有效 |
style | string | 仅当使用children 时有效 |
...继承的属性 |
- 当使用
children
自定义Marker
内容时,children
将被一个<div>
所包裹,className
,style
属性均作用于这个<div>
。
Events
事件名 | 备注 |
---|---|
...继承的事件 |
Example
查看源代码: