huiyan-fe/react-bmapgl

marker map is required

Daniel-Kao opened this issue · 0 comments

使用typescript时,提示marker的map、icon必填

export interface MapChildrenProps {
/** *地图实例,来自父元素<Map>的继承,无需手动传入 */
map: BMapGL.Map;
}