<Control /> component is used for display custom controls that can be interacting with the user. for more detail, see official google map documentation.
Basic Example
Props
Props
Type
Description
poistion
google.maps.ControlPosition
position of control element
…
HTMLAttributes<HTMLDivElement>
props except position are passed to the <div> container.