mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +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>}
|
* @returns {Promise<LatLng>}
|
||||||
*/
|
*/
|
||||||
@CordovaInstance()
|
@CordovaInstance()
|
||||||
fromPointToLatLng(point: any, latLng: LatLng): Promise<LatLng> { return; }
|
fromPointToLatLng(point: any): Promise<LatLng> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
|
Loading…
Reference in New Issue
Block a user