docs(native-geocoder): add interfaces

This commit is contained in:
Ibby 2017-01-20 16:01:54 -05:00
parent d746a98ef4
commit f10f152d2c

View File

@ -18,7 +18,8 @@ import { Plugin, Cordova } from './plugin';
* .catch((error: any) => console.log(error));
* ```
* @interfaces
*
* NativeGeocoderReverseResult
* NativeGeocoderForwardResult
*/
@Plugin({
name: 'NativeGeocoder',