forked from github/awesome-cordova-plugins
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