MAPG-38 turn out motiontracking for the time being

This commit is contained in:
Bence Pőcze 2020-05-21 12:17:53 +02:00
parent 3afadb506b
commit cb000a5887

View File

@ -164,7 +164,8 @@
Core.panorama = new google.maps.StreetViewPanorama(document.getElementById('panorama'), {
disableDefaultUI: true,
linksControl: true,
showRoadLabels: false
showRoadLabels: false,
motionTracking: false
});
Core.panorama.addListener('position_changed', function () {