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:
Masahiro Wakame
2014-02-18 12:29:31 +09:00
+2 -1
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;