Google Maps allows for arbitrary elements to be assigned to various positions around the map as controls.
https://developers.google.com/maps/documentation/javascript/examples/control-custom
<lit-google-map-control position="TOP_CENTER">
<button click={map.fitToMarkersChanged()}>Center Map</button>
</lit-google-map-control>
Google Maps allows for arbitrary elements to be assigned to various positions around the map as controls.
https://developers.google.com/maps/documentation/javascript/examples/control-custom