小编lau*_*aro的帖子

如何在 React 中使用 google-map-react 制作静态地图?

我有这个 :

 <GoogleMapReact
      bootstrapURLKeys={{ key: 'key' }}
      defaultCenter={center}
      defaultZoom={zoom}
>
  <TacoMarker
   link={shop.id}
   lat={latitude}
   lng={longitude}
  />

 </GoogleMapReact>
Run Code Online (Sandbox Code Playgroud)

我可以给你什么道具?它会像scrollEnabled = {false}吗?

javascript google-maps reactjs google-map-react

3
推荐指数
1
解决办法
3460
查看次数