Soenneker.Google.Geocode 4.0.1174

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Google.Geocode --version 4.0.1174
                    
NuGet\Install-Package Soenneker.Google.Geocode -Version 4.0.1174
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Google.Geocode" Version="4.0.1174" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Google.Geocode" Version="4.0.1174" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Google.Geocode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Google.Geocode --version 4.0.1174
                    
#r "nuget: Soenneker.Google.Geocode, 4.0.1174"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Google.Geocode@4.0.1174
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Google.Geocode&version=4.0.1174
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Google.Geocode&version=4.0.1174
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Google.Geocode

A utility library for Google Geocode API operations.

Install

dotnet add package Soenneker.Google.Geocode

Quick start

using Soenneker.Google.Geocode.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddGoogleGeocodeUtilAsSingleton();

Adds IGoogleGeocodeUtil as a singleton service.

What you get

  • IGoogleGeocodeUtil — A utility library for Google Geocode API operations.
  • GoogleGeocodeUtilRegistrar — A utility library for Google Geocode API operations.

API at a glance

API What it does Result / important behavior
GoogleGeocodeUtilRegistrar.AddGoogleGeocodeUtilAsSingleton(services) Adds IGoogleGeocodeUtil as a singleton service. The same service collection, so additional registrations can be chained.
GoogleGeocodeUtilRegistrar.AddGoogleGeocodeUtilAsScoped(services) Adds IGoogleGeocodeUtil as a scoped service. The same service collection, so additional registrations can be chained.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.1178 0 8/30/2026
4.0.1177 0 8/30/2026
4.0.1176 0 8/30/2026
4.0.1175 0 8/30/2026
4.0.1174 14 8/29/2026
4.0.1173 28 8/29/2026
4.0.1172 31 8/29/2026
4.0.1170 70 8/26/2026
4.0.1169 76 8/26/2026
4.0.1168 76 8/25/2026
4.0.1167 88 8/21/2026
4.0.1166 90 8/18/2026
4.0.1165 91 8/12/2026
4.0.1164 98 8/12/2026
4.0.1163 88 8/8/2026
4.0.1162 90 8/7/2026
4.0.1161 91 8/7/2026
4.0.1160 108 7/29/2026
4.0.1159 104 7/29/2026
4.0.1158 100 7/28/2026
Loading failed

Improve README usability and API guidance