Skip to content

Commit

Permalink
fix(google-maps): add missing debug option (#1832)
Browse files Browse the repository at this point in the history
added debug option to TileOverlayOptions.
  • Loading branch information
frank10gm authored and ihadeed committed Aug 26, 2017
1 parent c11aec3 commit 39ec515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/google-maps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ export interface TileOverlayOptions {
zIndex?: number;
tileSize?: number;
opacity?: number;
debug?: boolean;
}


Expand Down

0 comments on commit 39ec515

Please sign in to comment.