From f659bd24f37659c993afba1d4c863be31a6b6535 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Wed, 1 Jun 2016 06:46:05 -0400 Subject: [PATCH] export all from googlemaps plugin --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,