Geo.Google
2.1.2
See the version list below for details.
dotnet add package Geo.Google --version 2.1.2
NuGet\Install-Package Geo.Google -Version 2.1.2
<PackageReference Include="Geo.Google" Version="2.1.2" />
<PackageVersion Include="Geo.Google" Version="2.1.2" />
<PackageReference Include="Geo.Google" />
paket add Geo.Google --version 2.1.2
#r "nuget: Geo.Google, 2.1.2"
#:package Geo.Google@2.1.2
#addin nuget:?package=Geo.Google&version=2.1.2
#tool nuget:?package=Geo.Google&version=2.1.2
Google Geocoding
This allows the simple calling of Google geocoding APIs. The supported Google geocoding endpoints are:
Configuration
In the startup ConfigureServices method, add the configuration for the Google service:
using Geo.Extensions.DependencyInjection;
.
.
.
public void ConfigureServices(IServiceCollection services)
{
.
.
.
var builder = services.AddGoogleGeocoding();
builder.AddKey(your_google_api_key_here);
builder.HttpClientBuilder.ConfigureHttpClient(configure_client);
.
.
.
}
Sample Usage
By calling AddGoogleGeocoding, the IGoogleGeocoding interface has been added to the IOC container. Just request it as a DI item:
public MyService(IGoogleGeocoding googleGeocoding)
{
...
}
Now simply call the geocoding methods in the interface.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Geo.Core (>= 2.1.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
net6.0
- Geo.Core (>= 2.1.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
-
net8.0
- Geo.Core (>= 2.1.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Geo.Google:
| Package | Downloads |
|---|---|
|
Zonorai.MudBlazor.Components
A package extending Mud Blazor with some commonly used components: Google Autocomple Address Form Google Autocomplete Location Input Field ISO Countries Select Countries Autocomplete Credit Card Input Field Credit Card Date Field InputMask Field Generic Dialog Prompt Docked Fab Button |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-alpha.1 | 72 | 2/28/2026 |
| 2.2.0-alpha.15 | 78 | 2/28/2026 |
| 2.2.0-alpha.14 | 81 | 2/27/2026 |
| 2.2.0-alpha.12 | 157 | 10/16/2024 |
| 2.2.0-alpha.6 | 122 | 8/2/2024 |
| 2.2.0-alpha.1 | 132 | 7/17/2024 |
| 2.1.2 | 1,520 | 10/16/2024 |
| 2.1.1 | 571 | 8/2/2024 |
| 2.1.0 | 555 | 5/20/2024 |
| 2.1.0-alpha.4 | 139 | 5/20/2024 |
| 2.1.0-alpha.2 | 148 | 5/20/2024 |
| 2.1.0-alpha.1 | 124 | 5/14/2024 |
| 2.0.0 | 625 | 1/29/2024 |
| 2.0.0-alpha.8 | 137 | 1/28/2024 |
| 2.0.0-alpha.7 | 120 | 1/28/2024 |
| 2.0.0-alpha.6 | 149 | 1/22/2024 |
| 2.0.0-alpha.3 | 125 | 1/21/2024 |
| 2.0.0-alpha.2 | 147 | 1/14/2024 |
| 1.6.0 | 600 | 12/30/2023 |
| 1.6.0-alpha.11 | 170 | 9/19/2023 |