diff --git a/src/plugins/native-geocoder.ts b/src/plugins/native-geocoder.ts index d0fd7063..6332d5a5 100644 --- a/src/plugins/native-geocoder.ts +++ b/src/plugins/native-geocoder.ts @@ -18,7 +18,8 @@ import { Plugin, Cordova } from './plugin'; * .catch((error: any) => console.log(error)); * ``` * @interfaces - * + * NativeGeocoderReverseResult + * NativeGeocoderForwardResult */ @Plugin({ name: 'NativeGeocoder',