huiyan-fe/react-bmapglPublic NotificationsYou must be signed in to change notification settings Fork22 Star116 New issue lilicoderopened this issueDec 1, 2020· 8 comments lilicodercommentedDec 1, 2020 Member iconlayer的使用文档https://mapv.baidu.com/gl/docs/IconLayer.html ...
Security Insights Additional navigation options Files master rsg-config src Control Custom Layer Library DistanceTool.tsx DrawingManager.tsx Map Overlay Services common utils baiduTongji.js index.tsx types website .babelrc .gitignore .npmignore
Icon | IconString; /** 地图实例,来自父元素`<Map>`的继承 */ map: BMapGL.Map; /** 坐标体系,可选百度经纬度坐标或百度墨卡托坐标 */ coordType?: 'bd09ll' | 'bd09mc'; /** 自动聚焦视野 */ 1 change: 1 addition & 0 deletions 1 src/index.tsx Original file line numberDiff line ...
let {position: prePosition, icon: preIcon, autoViewport: preViewport, offset: preOffset, isTop: preTop} = prevProps; @@ -172,7 +176,7 @@ class Marker extends Component<MarkerProps> { } destroy() { if(this.marker){ if(this.marker && this.props.map){ this.props.map.removeOverlay(thi...