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; }
/**
*
* Get the position of the camera
*/
@CordovaInstance()
getCameraPosition (): Promise<CameraPosition> {return; }
/**
*
* Get the location of the user
*/
@CordovaInstance()
getMyLocation (): Promise<MyLocation> {return; }
/**
*
* Get the visible region
*/
@CordovaInstance()
getVisibleRegion (): Promise<VisibleRegion> {return; }
}
export interface AnimateCameraOptions {