How to use custom panning control in google map v3 from outside the map

I am using google map v3 api and I want to configure the tools that I want to move the pan control outside the map I am using google map v3 api and i want customize

+6
source share
2 answers

simply, you cannot do this in css / javascript if the google maps api does not have any function for this, so just forgot about it on google maps, why you should not try to use another map provider like mapbox

+1
source

I think using css, it solves 1. Position: absolute; 2. top: -30px; 3. zindex: 999;

+2
source

Source: https://habr.com/ru/post/928033/


All Articles