mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-16 08:04:06 +08:00
fix(google-maps): add args to panBy (#1507)
This commit is contained in:
parent
ce2cc1b815
commit
ec85792a10
@ -363,7 +363,7 @@ export class GoogleMap {
|
|||||||
remove(): void { }
|
remove(): void { }
|
||||||
|
|
||||||
@CordovaInstance({ sync: true })
|
@CordovaInstance({ sync: true })
|
||||||
panBy(): void { }
|
panBy(x: string, y: string): void { }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user