Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.14 KB

control.md

File metadata and controls

43 lines (36 loc) · 1.14 KB

地图控件组件

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

<Map mapStyle={simpleMapStyle}>
    <NavigationControl />
    <MapTypeControl />
    <ScaleControl />
    <OverviewMapControl />
    <PanoramaControl anchor={BMAP_ANCHOR_TOP_RIGHT} offset={new BMap.Size(10, 40)}/ >
</Map>

NavigationControl

可配置属性 参考官网

  • anchor
  • offset
  • type
  • showZoomInfo
  • enableGeolocation

MapTypeControl

可配置属性 参考官网

  • anchor
  • offset
  • type
  • mapTypes

ScaleControl

可配置属性 参考官网

  • anchor
  • offset

OverviewMapControl

可配置属性 参考官网

  • anchor
  • offset
  • size
  • isOpen

PanoramaControl

可配置属性 参考官网

  • anchor
  • offset