diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index dd8bbcfe1..029c6696e 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -1,10 +1,13 @@ import { Cordova, CordovaInstance, Plugin } from './plugin'; import { Observable } from 'rxjs/Observable'; + + /** * @private * Created by Ibrahim on 3/29/2016. */ declare var plugin: any; + /** * @private * You can listen to these events where appropriate