mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor(google-maps): accept string or number
This commit is contained in:
@@ -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 { }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user