Added weight to MapTypeStyler

As described here: https://developers.google.com/maps/documentation/javascript/styling
This commit is contained in:
Rasmus Eeg Møller
2015-11-16 13:51:52 +01:00
parent d2f3267274
commit e248bbd069

View File

@@ -1338,6 +1338,7 @@ declare module google.maps {
lightness?: number;
saturation?: number;
visibility?: string;
weight?: number;
}
/***** Layers *****/