chrisgriffith / ionic-native-mocks

Ionic Native Mocks are designed to be used as placeholders during development for the actual Ionic Native modules.
205 stars 42 forks source link

feat(plugins): add geocoder #2

Closed AmitMY closed 7 years ago

AmitMY commented 7 years ago

Native geocoder mock plugin with mock data

chrisgriffith commented 7 years ago

Thanks for working on this mock! However, we made the design decision not to include actual data in the responses from the mocks. Since they are compiled for release on npm, we wanted them to be as generic as possible for the user. If you want to strip out the data and resubmit feel free to.