StreetView : bool => StreetViewControl:bool

Added StreetView: StreetViewPanorama
This commit is contained in:
Johan Nilsson 2014-02-17 21:59:39 -04:00
parent 2aff984fa8
commit acf9de177a

View File

@ -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;