An open API service indexing awesome lists of open source software.

https://github.com/abjerner/skybrud.social.google.geocoding

.NET API wrapper and implementation of the Google Geocoding API.
https://github.com/abjerner/skybrud.social.google.geocoding

api api-wrapper authentication csharp dotnet geocoding geocoding-api google google-api limbo net8 oauth oauth2 package skybrud skybrud-integrations skybrud-social

Last synced: 5 months ago
JSON representation

.NET API wrapper and implementation of the Google Geocoding API.

Awesome Lists containing this project

README

          

# Skybrud.Social.Google.Geocoding

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.Google.Geocoding/blob/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/v/Skybrud.Social.Google.Geocoding.svg)](https://www.nuget.org/packages/Skybrud.Social.Google.Geocoding)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Google.Geocoding.svg)](https://www.nuget.org/packages/Skybrud.Social.Google.Geocoding)
[![Skybrud.Social.Google.Geocoding at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.social.google.geocoding/)

**Skybrud.Social.Google.Geocoding** is a .NET API wrapper and implementation of the [**Google Geocoding API**](https://developers.google.com/maps/documentation/geocoding/overview). The package helps you with both authentication as well as raw and object-oriented communication with the Geocoding API.


License:
MIT License


Target Frameworks:

.NET Standard 2.0 and .NET 8



## Installation

The package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Social.Google.Geocoding). To install the package, you can use either .NET CLI:

```
dotnet add package Skybrud.Social.Google.Geocoding
```

or the NuGet Package Manager:

```
Install-Package Skybrud.Social.Google.Geocoding
```



## Documentation

Documentation for this package is available via our package site at [**packages.limbo.works**](https://packages.limbo.works/skybrud.social.google.geocoding/).