Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 535 Bytes

control.md

File metadata and controls

22 lines (18 loc) · 535 Bytes

地图控件组件

import {Map, NavigationControl, MapTypeControl, ScaleControl, OverviewMapControl} from '../../../src'

<Map mapStyle={simpleMapStyle}>
    <NavigationControl />
    <MapTypeControl />
    <ScaleControl />
    <OverviewMapControl />
</Map>

NavigationControl

可配置属性 参考官网

  • anchor
  • offset
  • type
  • showZoomInfo
  • enableGeolocation

MapTypeControl

ScaleControl

OverviewMapControl