mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +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;
|
||||
tileSize?: number;
|
||||
opacity?: number;
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user