From fbb1353827ccd85aee8407d0b87e71833e7f7e89 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Wed, 25 May 2016 03:12:58 -0400 Subject: [PATCH] add docs --- src/plugins/googlemaps.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 {