Skip to content

Commit

Permalink
fix(google-maps): fix fromPointToLatLng params (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
topless authored and ihadeed committed May 9, 2017
1 parent 4e9b2d9 commit 9583802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/google-maps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
Expand Down

0 comments on commit 9583802

Please sign in to comment.