mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
Fix ts issues
This commit is contained in:
parent
e884a9cb89
commit
16e3264c84
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user