Custom UI Placement


Read all about it: https://developers.google.com/maps/documentation/javascript/controls


import { ControlPosition } from "@vis.gl/react-google-maps";

//...

<SimpleMap 
  fullscreenControl={true}
  fullscreenControlOptions={{
    position: ControlPosition.BOTTOM_RIGHT,
  }}
  height="500px" 
/>;