mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
add docs
This commit is contained in:
parent
9f67fa79db
commit
fbb1353827
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user