Update googlemaps/google.maps.d.ts

Added constant MAX_ZINDEX
This commit is contained in:
Shubhranshu 2012-11-21 11:58:56 +13:00
parent 173c06fdea
commit a5cc882d7b

View File

@ -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;