From 4de49c37dd9bd23799b089595db998ade34a9c88 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 7 Apr 2019 19:56:31 +0200 Subject: [PATCH] feat(nativegeocoder): update plugin to v3.2.0 (#2958) --- src/@ionic-native/plugins/native-geocoder/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/native-geocoder/index.ts b/src/@ionic-native/plugins/native-geocoder/index.ts index ebff69b43..07ebb60a9 100644 --- a/src/@ionic-native/plugins/native-geocoder/index.ts +++ b/src/@ionic-native/plugins/native-geocoder/index.ts @@ -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 */