diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index b9367629c..62ce5a148 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -140,25 +140,23 @@ export class GoogleMaps { animateCamera (options: AnimateCameraOptions): void {return; } /** - * + * Get the position of the camera */ @CordovaInstance() getCameraPosition (): Promise {return; } /** - * + * Get the location of the user */ @CordovaInstance() getMyLocation (): Promise {return; } /** - * + * Get the visible region */ @CordovaInstance() getVisibleRegion (): Promise {return; } - - } export interface AnimateCameraOptions {