This commit is contained in:
Ibrahim Hadeed 2016-05-25 03:12:58 -04:00
parent 9f67fa79db
commit fbb1353827

View File

@ -140,25 +140,23 @@ export class GoogleMaps {
animateCamera (options: AnimateCameraOptions): void {return; } animateCamera (options: AnimateCameraOptions): void {return; }
/** /**
* * Get the position of the camera
*/ */
@CordovaInstance() @CordovaInstance()
getCameraPosition (): Promise<CameraPosition> {return; } getCameraPosition (): Promise<CameraPosition> {return; }
/** /**
* * Get the location of the user
*/ */
@CordovaInstance() @CordovaInstance()
getMyLocation (): Promise<MyLocation> {return; } getMyLocation (): Promise<MyLocation> {return; }
/** /**
* * Get the visible region
*/ */
@CordovaInstance() @CordovaInstance()
getVisibleRegion (): Promise<VisibleRegion> {return; } getVisibleRegion (): Promise<VisibleRegion> {return; }
} }
export interface AnimateCameraOptions { export interface AnimateCameraOptions {