mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #46719 [@types/googlemaps] Add showRoadLabels to StreetViewPanoramaOptions by @spider-hand
This commit is contained in:
parent
809afb6ed2
commit
795ce17203
@ -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);
|
||||
|
||||
|
||||
1
types/googlemaps/reference/street-view.d.ts
vendored
1
types/googlemaps/reference/street-view.d.ts
vendored
@ -45,6 +45,7 @@ declare namespace google.maps {
|
||||
position?: LatLng | LatLngLiteral;
|
||||
pov?: StreetViewPov;
|
||||
scrollwheel?: boolean;
|
||||
showRoadLabels?: boolean;
|
||||
visible?: boolean;
|
||||
zoom?: number;
|
||||
zoomControl?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user