mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #1706 from Dashue/FixGoogleMapsStreetViewMadness
Sorted out issue with StreetView being of the wrong type and added missing StreetViewControl
This commit is contained in:
Vendored
+2
-1
@@ -113,7 +113,8 @@ declare module google.maps {
|
||||
scaleControl?: boolean;
|
||||
scaleControlOptions?: ScaleControlOptions;
|
||||
scrollwheel?: boolean;
|
||||
streetView?: boolean;
|
||||
streetView?: StreetViewPanorama;
|
||||
streetViewControl?: boolean;
|
||||
streetViewControlOptions?: StreetViewControlOptions;
|
||||
styles?: MapTypeStyle[];
|
||||
tilt?: number;
|
||||
|
||||
Reference in New Issue
Block a user