diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 93096deab9..340387c444 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -185,6 +185,7 @@ declare module google.maps { /***** Overlays *****/ export class Marker extends MVCObject { + static MAX_ZINDEX: number; constructor (opts?: MarkerOptions); getAnimation(): Animation; getClickable(): bool;