2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-02 23:32:58 +08:00

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

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