Daniel P. Rossi
Daniel P. Rossi
> I haven't had a chance to dig deep into this yet. But could you also update the README documentation to include this new geocoder, how it works, how to...
@chadly done, added to readme
Also note, it doesnt support reverse geocoding & is US only... I added that to readme
@RodneyRichardson can you take a look?
The key is correct, but my subscription hit its monthly limit for Here Geocoding. So every geocode response had a different formed response. but the client doesn't handle it well......
@RodneyRichardson It only happened when I used a Free license, and hit limit of "Transactions per month 250K"... Steps to Recreate: - Create Free license - Trigger more requests than...
possible example: ```C# public class UsCensusBureauGeocoder : IGeocoder { private readonly int _benchmark; private readonly HttpClient _client; private class UsCensusBureauAddress : Address { private const string Key = "UsCensusBureau"; public...
Opened Pull Request with tests: https://github.com/chadly/Geocoding.net/pull/117
when are you guys publishing the new nuget packages? I saw you guys added Here support as well.
using a different pull request #118