mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
StreetView : bool => StreetViewControl:bool
Added StreetView: StreetViewPanorama
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