markembling / MarkEmbling.PostcodesIO

.NET library for interacting with the excellent Postcodes.io service.
MIT License
23 stars 16 forks source link

Test all fields on ReverseGeocodeQuery #12

Open markembling opened 5 years ago

markembling commented 5 years ago

Test that all fields are used correctly.

Same for bulk reverse geocoding.

markembling commented 5 years ago

Actually should this class even exist? It's inconsistent when compared to all the other querying methods which use (optional) parameters instead of a class to define the query.

markembling commented 5 years ago

Yes it should: it allows for the bulk reverse geocoding as well.