🤖 Merge PR #46719 [@types/googlemaps] Add showRoadLabels to StreetViewPanoramaOptions by @spider-hand

This commit is contained in:
spider-hand 2020-08-13 23:57:39 +09:00 committed by GitHub
parent 809afb6ed2
commit 795ce17203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -598,6 +598,7 @@ let panoramaOptions: google.maps.StreetViewPanoramaOptions = {
visible: true,
motionTracking: true,
motionTrackingControl: true,
showRoadLabels: true,
};
let panorama = new google.maps.StreetViewPanorama(document.createElement('div'), panoramaOptions);

View File

@ -45,6 +45,7 @@ declare namespace google.maps {
position?: LatLng | LatLngLiteral;
pov?: StreetViewPov;
scrollwheel?: boolean;
showRoadLabels?: boolean;
visible?: boolean;
zoom?: number;
zoomControl?: boolean;