地图控件
<Amap>
<ControlBar />
</Amap>
通用 Props
属性名 | 类型 | 备注 |
---|---|---|
visible | boolean |
通用 Events
事件名 | 备注 |
---|---|
show | |
hide |
ControlBar Props
属性名 | 类型 | 备注 |
---|---|---|
...继承的属性 | ||
position | ControlPosition *1 | |
offset | number[2] | |
showControlButton | boolean |
HawkEye Props
属性名 | 类型 | 备注 |
---|---|---|
...继承的属性 | ||
autoMove | boolean | |
showRectangle | boolean | |
showButton | boolean | |
isOpen | boolean | |
mapStyle | string | |
layers | AMap.Layer[] | |
width | string | |
height | string | |
offset | number[2] | |
borderStyle | string | |
borderColor | string | |
borderRadius | string | |
borderWidth | string | |
buttonSize | string |
MapType Props
属性名 | 类型 | 备注 |
---|---|---|
...继承的属性 | ||
defaultType | number | |
showTraffic | boolean | |
showRoad | boolean |
Scale Props
属性名 | 类型 | 备注 |
---|---|---|
...继承的属性 | ||
position | ControlPosition *1 | |
offset | number[2] |
Toolbar Props
属性名 | 类型 | 备注 |
---|---|---|
...继承的属性 | ||
position | ControlPosition *1 | |
offset | number[2] |
其他
ControlPosition
type ControlPosition =
| 'LT'
| 'RT'
| 'LB'
| 'RB'
| {
left?: number | string;
top?: number | string;
right?: number | string;
bottom?: number | string;
};
Example
查看源代码: