fix(google-maps): add missing debug option (#1832)

added debug option to TileOverlayOptions.
This commit is contained in:
frank10gm 2017-08-26 09:51:39 +02:00 committed by Ibby Hadeed
parent c11aec33a7
commit 39ec5158a0

View File

@ -397,6 +397,7 @@ export interface TileOverlayOptions {
zIndex?: number; zIndex?: number;
tileSize?: number; tileSize?: number;
opacity?: number; opacity?: number;
debug?: boolean;
} }