diff --git a/src/index.ts b/src/index.ts index eb9d74be7..dfbdeb241 100644 --- a/src/index.ts +++ b/src/index.ts @@ -59,7 +59,7 @@ import {Toast} from './plugins/toast'; import {TouchID} from './plugins/touchid'; import {Vibration} from './plugins/vibration'; import {WebIntent} from './plugins/webintent'; - +export * from './plugins/googlemaps'; export { ActionSheet, AdMob, @@ -92,7 +92,6 @@ export { Flashlight, Geolocation, Globalization, - GoogleMap, GoogleAnalytics, Hotspot, ImagePicker,