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