diff --git a/src/@ionic-native/plugins/google-maps/index.ts b/src/@ionic-native/plugins/google-maps/index.ts index 271d505fe..bd8d8f8c9 100644 --- a/src/@ionic-native/plugins/google-maps/index.ts +++ b/src/@ionic-native/plugins/google-maps/index.ts @@ -116,6 +116,11 @@ export interface GoogleMapOptions { * Turns the map toolbar on or off. This option is for Android only. */ mapToolbar?: boolean; + + /** + * Turns the zoom controller on or off. This option is for Android only. + */ + zoom?: boolean; }; gestures?: {