mirror of https://gitee.com/antv-l7/antv-l7
1.3 KiB
1.3 KiB
title | order |
---|---|
Marker | 3 |
Marker Props
prop name | Type | Default | Description |
---|---|---|---|
option | string |
null |
marker 配置项 |
lnglat | `Array | Object` | null |
onMarkerLoaded | Function |
null |
layer 回调函数 |
children | React.ReactNode |
null |
子组件 |
option
prop name | Type | Default | Description |
---|---|---|---|
color | string |
blue |
marker 配置项 |
anchor | string |
null |
center, top, top-left, top-right, bottom, bottom-left,bottom-right,left, right |
offsets | Array[x,y] |
null |
marker 位置偏移 |
extData | object |
null |
marker 属性数据 |
实例
import { Marker} from '@antv/l7-react'
<Marker
option = {{
color:'red'
}}
lnglat ={{[120,32]}}
/>