From f10f152d2cac780ed8a092f321a62294031dce60 Mon Sep 17 00:00:00 2001 From: Ibby Date: Fri, 20 Jan 2017 16:01:54 -0500 Subject: [PATCH] docs(native-geocoder): add interfaces --- src/plugins/native-geocoder.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/native-geocoder.ts b/src/plugins/native-geocoder.ts index d0fd7063d..6332d5a50 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',