Fix ts issues

This commit is contained in:
Ibrahim Hadeed 2016-05-25 17:12:47 -04:00
parent e884a9cb89
commit 16e3264c84

View File

@ -144,11 +144,6 @@ export class GoogleMaps {
}) })
setClickable (isClickable: boolean): void {} setClickable (isClickable: boolean): void {}
@CordovaInstance({
sync: true
})
animateCamera (options: AnimateCameraOptions): void {return; }
/** /**
* Get the position of the camera * Get the position of the camera
*/ */
@ -372,9 +367,6 @@ export class GoogleMapsMarker {
constructor (private _objectInstance: any) { } constructor (private _objectInstance: any) { }
@CordovaInstance()
getPosition (): Promise<GoogleMapsLatLng> {return; }
@CordovaInstance({ @CordovaInstance({
sync: true sync: true
}) })
@ -510,7 +502,6 @@ export interface GoogleMapsMarkerIcon {
export interface GoogleMapsCircleOptions { export interface GoogleMapsCircleOptions {
center: GoogleMapsLatLng; center: GoogleMapsLatLng;
visible: boolean;
radius: number; radius: number;
strokeColor: string; strokeColor: string;
strokeWidth: number; strokeWidth: number;