mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
fix(google-maps): add missing debug option (#1832)
added debug option to TileOverlayOptions.
This commit is contained in:
parent
c11aec33a7
commit
39ec5158a0
@ -397,6 +397,7 @@ export interface TileOverlayOptions {
|
|||||||
zIndex?: number;
|
zIndex?: number;
|
||||||
tileSize?: number;
|
tileSize?: number;
|
||||||
opacity?: number;
|
opacity?: number;
|
||||||
|
debug?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user