refactor(googlemaps):

This commit is contained in:
Guille 2016-07-08 01:10:28 +02:00
parent 7bc847a7f8
commit 08412feae0

View File

@ -1,10 +1,13 @@
import { Cordova, CordovaInstance, Plugin } from './plugin'; import { Cordova, CordovaInstance, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from 'rxjs/Observable';
/** /**
* @private * @private
* Created by Ibrahim on 3/29/2016. * Created by Ibrahim on 3/29/2016.
*/ */
declare var plugin: any; declare var plugin: any;
/** /**
* @private * @private
* You can listen to these events where appropriate * You can listen to these events where appropriate