mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-14 14:44:06 +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 { }
|
remove(): void { }
|
||||||
|
|
||||||
@CordovaInstance({ sync: true })
|
@CordovaInstance({ sync: true })
|
||||||
panBy(x: string, y: string): void { }
|
panBy(x: string | number, y: string | number): void { }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user