Implementing google maps with react

前端 未结 4 421
陌清茗
陌清茗 2020-12-11 09:25

React newbie here, please bear with me : ) Hopefully this will be very simple to solve

For the moment, I am simply trying to get the map to appear on screen, but whe

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-11 09:47

    set height of the

    in pixels.

        
       }
       mapElement={
         
    } onMapLoad={_.noop} onMapClick={_.noop} markers={markers} onMarkerRightClick={_.noop} />

提交回复
热议问题