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.
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.google.geocoding
- Owner: abjerner
- License: mit
- Created: 2021-04-05T15:55:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T10:48:16.000Z (over 1 year ago)
- Last Synced: 2025-08-22T05:03:40.837Z (5 months ago)
- Topics: api, api-wrapper, authentication, csharp, dotnet, geocoding, geocoding-api, google, google-api, limbo, net8, oauth, oauth2, package, skybrud, skybrud-integrations, skybrud-social
- Language: C#
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Social.Google.Geocoding
[](https://github.com/abjerner/Skybrud.Social.Google.Geocoding/blob/main/LICENSE.md)
[](https://www.nuget.org/packages/Skybrud.Social.Google.Geocoding)
[](https://www.nuget.org/packages/Skybrud.Social.Google.Geocoding)
[](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/).