MAPG-97 switch off motion tracking in map editor

This commit is contained in:
Bence Pőcze 2020-06-01 22:07:13 +02:00
parent 150bc5be20
commit c51c023357

View File

@ -91,7 +91,8 @@
fullscreenControl: false, fullscreenControl: false,
fullscreenControlOptions: { fullscreenControlOptions: {
position: google.maps.ControlPosition.LEFT_TOP position: google.maps.ControlPosition.LEFT_TOP
} },
motionTracking: false
}); });
document.getElementById('cancelButton').onclick = function () { document.getElementById('cancelButton').onclick = function () {