V
V
Vasily Khryagin2021-03-03 11:49:54
Google Maps
Vasily Khryagin, 2021-03-03 11:49:54

How to move google maps navigation to the left?

How to move the zoom buttons to the left in this map?
603f4d28c93e1897971045.jpeg

var map, popup, Popup;

        /** Initializes the map and the custom popup. */
        function initMap() {
        var posCenter = {lat: 53.6443086, lng: 23.8193946};
        var posMarker = {lat: 53.6443086, lng: 23.8193946};
        var check = document.getElementById('contacts-map').offsetWidth;
        var map = new google.maps.Map(document.getElementById('contacts-map'),
         {
        center: posCenter,
        zoom: 12,
        streetViewControl: false,
        fullscreenControl: false,
        mapTypeControl: false,
        });
        marker = new google.maps.Marker({
            position: posMarker,
            map: map,
        });
        }

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2021-03-03
@podkudahka

https://developers.google.com/maps/documentation/j...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question