I disable zoom controls on Google Maps:
map:uiZoomControls="false"
and now I want to create my own zoom/unzoom buttons. Is this possible? And if it is, how is it done?
I hate to ask a question without showing any research effort but I really can't find a single thing about custom buttons. I read the whole Google Maps API documentation and there is no information on this whatsoever.
Could anyone point me in the right direction? Is this even possible since there's no info on it in official docs? I don't want to change the position of default buttons, I want to disable them and actually make my own buttons.