Geo.Google
2.2.0-alpha.1
See the version list below for details.
dotnet add package Geo.Google --version 2.2.0-alpha.1
NuGet\Install-Package Geo.Google -Version 2.2.0-alpha.1
<PackageReference Include="Geo.Google" Version="2.2.0-alpha.1" />
paket add Geo.Google --version 2.2.0-alpha.1
#r "nuget: Geo.Google, 2.2.0-alpha.1"
// Install Geo.Google as a Cake Addin #addin nuget:?package=Geo.Google&version=2.2.0-alpha.1&prerelease // Install Geo.Google as a Cake Tool #tool nuget:?package=Geo.Google&version=2.2.0-alpha.1&prerelease
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. |
.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.2.0-alpha.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
net6.0
- Geo.Core (>= 2.2.0-alpha.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
-
net8.0
- Geo.Core (>= 2.2.0-alpha.1)
- 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 |
---|---|---|
2.2.0-alpha.12 | 44 | 10/16/2024 |
2.2.0-alpha.6 | 47 | 8/2/2024 |
2.2.0-alpha.1 | 54 | 7/17/2024 |
2.1.2 | 89 | 10/16/2024 |
2.1.1 | 126 | 8/2/2024 |
2.1.0 | 124 | 5/20/2024 |
2.1.0-alpha.4 | 60 | 5/20/2024 |
2.1.0-alpha.2 | 67 | 5/20/2024 |
2.1.0-alpha.1 | 52 | 5/14/2024 |
2.0.0 | 179 | 1/29/2024 |
2.0.0-alpha.8 | 62 | 1/28/2024 |
2.0.0-alpha.7 | 51 | 1/28/2024 |
2.0.0-alpha.6 | 70 | 1/22/2024 |
2.0.0-alpha.3 | 53 | 1/21/2024 |
2.0.0-alpha.2 | 70 | 1/14/2024 |
1.6.0 | 185 | 12/30/2023 |
1.6.0-alpha.11 | 85 | 9/19/2023 |
1.6.0-alpha.7 | 95 | 9/2/2023 |
1.5.2 | 2,047 | 9/19/2023 |
1.5.1 | 235 | 9/2/2023 |
1.5.0 | 903 | 6/4/2023 |
1.5.0-alpha.4 | 73 | 5/27/2023 |
1.5.0-alpha.3 | 91 | 4/13/2023 |
1.5.0-alpha.2 | 89 | 4/12/2023 |
1.5.0-alpha.1 | 88 | 4/11/2023 |
1.4.0 | 269 | 4/8/2023 |
1.4.0-alpha.3 | 86 | 4/7/2023 |
1.4.0-alpha.2 | 83 | 4/7/2023 |
1.4.0-alpha.1 | 97 | 4/6/2023 |
1.3.0 | 203 | 4/4/2023 |
1.3.0-alpha.12 | 94 | 4/3/2023 |
1.3.0-alpha.11 | 90 | 4/3/2023 |
1.3.0-alpha.10 | 91 | 4/2/2023 |
1.3.0-alpha.9 | 85 | 4/2/2023 |
1.3.0-alpha.6 | 112 | 1/15/2023 |
1.3.0-alpha.5 | 111 | 8/20/2022 |
1.2.1 | 189 | 4/2/2023 |
1.2.0 | 1,297 | 8/20/2022 |
1.2.0-alpha.4 | 102 | 8/19/2022 |
1.2.0-alpha.3 | 110 | 8/14/2022 |
1.2.0-alpha.2 | 118 | 7/22/2022 |
1.1.1 | 587 | 7/22/2022 |
1.1.0 | 669 | 6/4/2022 |
1.1.0-alpha.5 | 123 | 5/29/2022 |
1.1.0-alpha.4 | 118 | 5/29/2022 |
1.1.0-alpha.3 | 118 | 5/28/2022 |
1.1.0-alpha.2 | 113 | 5/24/2022 |
1.0.0 | 1,121 | 1/10/2021 |