mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
fix(google-maps): fix fromPointToLatLng params (#1514)
This commit is contained in:
parent
4e9b2d917b
commit
958380275c
@ -351,7 +351,7 @@ export class GoogleMap {
|
||||
* @returns {Promise<LatLng>}
|
||||
*/
|
||||
@CordovaInstance()
|
||||
fromPointToLatLng(point: any, latLng: LatLng): Promise<LatLng> { return; }
|
||||
fromPointToLatLng(point: any): Promise<LatLng> { return; }
|
||||
|
||||
/**
|
||||
* @returns {Promise<any>}
|
||||
|
Loading…
Reference in New Issue
Block a user