remove builtin streetViewControl from google map
This commit is contained in:
parent
19a1b79b0a
commit
3045d8acbb
@ -399,7 +399,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
LMapWrapper.loadMarkers(places);
|
LMapWrapper.loadMarkers(places);
|
||||||
|
|
||||||
document.getElementById('streetViewCoverSelector').disabled = true;
|
document.getElementById('streetViewCoverSelector').disabled = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -513,10 +513,6 @@
|
|||||||
zoomControlOptions: {
|
zoomControlOptions: {
|
||||||
position: google.maps.ControlPosition.LEFT_BOTTOM
|
position: google.maps.ControlPosition.LEFT_BOTTOM
|
||||||
},
|
},
|
||||||
streetViewControl: true,
|
|
||||||
streetViewControlOptions: {
|
|
||||||
position: google.maps.ControlPosition.LEFT_BOTTOM
|
|
||||||
},
|
|
||||||
draggableCursor: 'crosshair'
|
draggableCursor: 'crosshair'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user