mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
Update googlemaps/google.maps.d.ts
Added constant MAX_ZINDEX
This commit is contained in:
1
googlemaps/google.maps.d.ts
vendored
1
googlemaps/google.maps.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user