#header-mark#
Zoom Control
A control which contains buttons for zooming in/out the Map.
基础用法
API
属性
| 属性名 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| position | 控件位置 | enum | 'topleft' |
| zoom_in_text | 放大按钮文本 | string | '+' |
| zoom_in_title | 放大按钮标题 | string | '放大' |
| zoom_out_text | 缩小按钮文本 | string | '-' |
| zoom_out_title | 缩小按钮标题 | string | '缩小' |
Events
| 事件名 | 说明 | 类型 |
|---|
Slots
| 插槽名 | 说明 |
|---|
方法
| 方法名 | 说明 | 类型 |
|---|
src/examples/vleaflet/controls/Zoom