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; }
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user