mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 09:42:54 +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 {}
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user