mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
feat(nativegeocoder): update plugin to v3.2.0 (#2958)
This commit is contained in:
parent
bd4b2e2bb4
commit
4de49c37dd
@ -18,7 +18,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
* useLocale: true,
|
||||
* maxResults: 5
|
||||
* };
|
||||
*
|
||||
*
|
||||
* this.nativeGeocoder.reverseGeocode(52.5072095, 13.1452818, options)
|
||||
* .then((result: NativeGeocoderResult[]) => console.log(JSON.stringify(result[0])))
|
||||
* .catch((error: any) => console.log(error));
|
||||
@ -67,7 +67,7 @@ export class NativeGeocoder extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Encapsulates format information about a geocoding result.
|
||||
* more Info:
|
||||
* more Info:
|
||||
* - https://developer.apple.com/documentation/corelocation/clplacemark
|
||||
* - https://developer.android.com/reference/android/location/Address.html
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user