mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
StreetView : bool => StreetViewControl:bool
Added StreetView: StreetViewPanorama
This commit is contained in:
parent
2aff984fa8
commit
acf9de177a
3
googlemaps/google.maps.d.ts
vendored
3
googlemaps/google.maps.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user