Geocoding.net icon indicating copy to clipboard operation
Geocoding.net copied to clipboard

C# GeoCoding / Address Validation API

Results 48 Geocoding.net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

``` Geocoding.Microsoft.BingGeocodingException HResult=0x80131500 Message=There was an error processing the geocoding request. See InnerException for more information. Source=Geocoding.Microsoft StackTrace: at Geocoding.Microsoft.BingMapsGeocoder.d__40.MoveNext() This exception was originally thrown at this call stack: System.Enum.TryParseByName(System.RuntimeType,...

Hi, I receive this exception (sometimes) when sending geocoding requests System.AggregateException occurred HResult=0x80131500 Message=One or more errors occurred. Source=mscorlib StackTrace: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait()...

This includes new QueryBuilder and QueryParameter classes to Geocoding.Core to help build urls. If that's not wanted, they could always be moved to Geocoding.Here, but I thought they might be...

Hi i have followed the Generic C# Geocoding API Build Status and readme.md instruction. I have installed on visualstudio Geocoding.Google nuget that install Geocoding.Goggle but also Goecoding.core my problem at...

According to the docs, `Install-Package Geocoding.Here` is expected to work. However, I cannot find the package there: https://www.nuget.org/packages/Geocoding.Here/ Is this by mistake or is there any issue that HERE is...