Rodney Richardson
Rodney Richardson
@squeezed69 I think you want to get rid of the older Geocoding assembly, and just use Geocoding.Core and Geocoding.Google. Just adding a dependency on Geocoding.Google should pull in the Core...
I've submitted a pull request with an updated HereGeocoder (https://github.com/chadly/Geocoding.net/pull/142). I would also like to see a new release of all packages into nuget.
I've submitted a pull request to update to the latest HERE API (#142). This returns errors as JSON, which should be parsed successfully (I've tested with a bad apiKey, as...
Geocoding.Here is also not on nuget (see #133)
I've implemented apiKey for the latest HERE API (Geocoding and Search API v7 - https://github.com/chadly/Geocoding.net/pull/142). I couldn't get a newly issued API Key to work with the old API.
It looks like the Yahoo! geocoding service does not exist any more. (BOSS was replaced by Placefinder, which doesn't appear to exist).
Can this project be archived if it's officially moving to https://github.com/C-Sharp-Algorithms/C-Sharp-Algorithms?
Duplicate of #11?
Sorry for raising a duplicate - I didn't know github had a Discussions section!
Sorry - I don't have time at the moment. This may be something that is easier to implement in v2 if you go for a different architecture (e.g. one test...