From 16e3264c8408fac8c78d330f39bd4c7394ba7479 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Wed, 25 May 2016 17:12:47 -0400 Subject: [PATCH] Fix ts issues --- src/plugins/googlemaps.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index 88fdbdec3..652cbe662 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -144,11 +144,6 @@ export class GoogleMaps { }) setClickable (isClickable: boolean): void {} - @CordovaInstance({ - sync: true - }) - animateCamera (options: AnimateCameraOptions): void {return; } - /** * Get the position of the camera */ @@ -372,9 +367,6 @@ export class GoogleMapsMarker { constructor (private _objectInstance: any) { } - @CordovaInstance() - getPosition (): Promise {return; } - @CordovaInstance({ sync: true }) @@ -510,7 +502,6 @@ export interface GoogleMapsMarkerIcon { export interface GoogleMapsCircleOptions { center: GoogleMapsLatLng; - visible: boolean; radius: number; strokeColor: string; strokeWidth: number;