mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
refactor(google-maps): accept string or number
This commit is contained in:
parent
88f393288d
commit
e84359b2b1
@ -363,7 +363,7 @@ export class GoogleMap {
|
||||
remove(): void { }
|
||||
|
||||
@CordovaInstance({ sync: true })
|
||||
panBy(x: string, y: string): void { }
|
||||
panBy(x: string | number, y: string | number): void { }
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user