mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update googlemaps/google.maps.d.ts
Added constant MAX_ZINDEX
This commit is contained in:
parent
173c06fdea
commit
a5cc882d7b
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user