Skip to content

Commit

Permalink
fix(google-maps): add missing debug option (danielsogl#1832)
Browse files Browse the repository at this point in the history
added debug option to TileOverlayOptions.
  • Loading branch information
frank10gm authored and Buddy Reno committed Aug 28, 2017
1 parent d17bb3e commit d98c938
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 d98c938

Please sign in to comment.