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 {}
@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<GoogleMapsLatLng> {return; }
@CordovaInstance({
sync: true
})
@ -510,7 +502,6 @@ export interface GoogleMapsMarkerIcon {
export interface GoogleMapsCircleOptions {
center: GoogleMapsLatLng;
visible: boolean;
radius: number;
strokeColor: string;
strokeWidth: number;