From e248bbd069c06004705cbc0ed31ab3fdd7d3d2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Eeg=20M=C3=B8ller?= Date: Mon, 16 Nov 2015 13:51:52 +0100 Subject: [PATCH] Added weight to MapTypeStyler As described here: https://developers.google.com/maps/documentation/javascript/styling --- googlemaps/google.maps.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index b951a966a8..298f2f6ea6 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -1338,6 +1338,7 @@ declare module google.maps { lightness?: number; saturation?: number; visibility?: string; + weight?: number; } /***** Layers *****/