I would like to put a button on top of a Google Map next to the Map, Satelite and Hybrid buttons.
I was wondering if its possible and how would be the best way to do it?
So ideas I have are overlaying a image on top of the google map that is clickable but not sure if that will take all the events away from the google map.
Do you have any ideas on how it could be done?
The accepted answer is from 2009 (5 years ago) and links to a deprecated version of Google Maps API.
While searching for the very same question I've found this example: https://developers.google.com/maps/documentation/javascript/examples/control-custom
// Create the DIV to hold the control and
// call the HomeControl() constructor passing
// in this DIV.
var homeControlDiv = document.createElement('div');
var homeControl = new HomeControl(homeControlDiv, map);
homeControlDiv.index = 1;
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(homeControlDiv);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With