https://github.com/guibranco/latlongnet-sdk-dotnet
🌐 📍 LatLongNet wrapper for .NET projects
https://github.com/guibranco/latlongnet-sdk-dotnet
address api coordenadas coordinates dot-net dotnet gps hacktoberfest latitude longitude sdk web-service ws
Last synced: about 2 months ago
JSON representation
🌐 📍 LatLongNet wrapper for .NET projects
- Host: GitHub
- URL: https://github.com/guibranco/latlongnet-sdk-dotnet
- Owner: guibranco
- License: mit
- Created: 2023-09-04T18:56:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T20:53:35.000Z (12 months ago)
- Last Synced: 2025-06-30T21:37:50.790Z (12 months ago)
- Topics: address, api, coordenadas, coordinates, dot-net, dotnet, gps, hacktoberfest, latitude, longitude, sdk, web-service, ws
- Language: C#
- Homepage: http://guilherme.stracini.com.br/LatLongNet-SDK-dotnet/
- Size: 311 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LatLong.Net SDK SDK .NET
🌐📍 LatLongNet wrapper for .NET projects
[](https://github.com/guibranco/LatLongNet-SDK-dotnet)
[](https://wakatime.com/badge/github/guibranco/LatLongNet-SDK-dotnet)

## CI/CD
| Build status | Last commit | Tests | Coverage | Code Smells | LoC |
|--------------|-------------|-------|-------|-------|-------|
| [](https://ci.appveyor.com/project/guibranco/LatLongNet-SDK-dotnet) | [](https://github.com/guibranco/LatLongNet-SDK-dotnet) | [](https://ci.appveyor.com/project/guibranco/LatLongNet-SDK-dotnet/branch/main/tests) | [](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet) | [](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet) | [](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet) |
## Code Quality (main branch)
[](https://www.codacy.com/gh/guibranco/LatLongNet-SDK-dotnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=gguibranco/LatLongNet-SDK-dotnet&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/guibranco/LatLongNet-SDK-dotnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=guibranco/LatLongNet-SDK-dotnet&utm_campaign=Badge_Coverage)
[](https://codecov.io/gh/guibranco/LatLongNet-SDK-dotnet)
[](https://www.codefactor.io/repository/github/guibranco/LatLongNet-SDK-dotnet)
[](https://codeclimate.com/github/guibranco/LatLongNet-SDK-dotnet/maintainability)
[](https://codeclimate.com/github/guibranco/LatLongNet-SDK-dotnet/test_coverage)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_LatLongNet-SDK-dotnet)
[](https://codebeat.co/projects/github-com-guibranco-latlongnet-sdk-dotnet-main)
[](https://app.deepsource.com/gh/guibranco/LatLongNet-SDK-dotnet/)
---
## Installation
### Github Releases
[](https://github.com/guibranco/LatLongNet-SDK-dotnet) [](https://github.com/guibranco/LatLongNet-SDK-dotnet)
Download the latest zip file from the [Release](https://github.com/guibranco/LatLongNet-SDK-dotnet/releases) page.
### Nuget package manager
[](https://www.nuget.org/packages/LatLongNet/)
[](https://www.nuget.org/packages/LatLongNet/)
| Package | Version | Downloads |
|------------------|:-------:|:-------:|
| **LatLongNet** | [](https://www.nuget.org/packages/LatLongNet/) | [](https://www.nuget.org/packages/LatLongNet/) |
---
## Features
Implements all features of LatLong.Net SDK API available at [LatLong.Net SDK](https://latlong.net)
- Feature #1
- Feature #2
- Feature #3
- Feature #N
---
## Usage
```cs
//sample CSharp code showing how to use the lib
var client = new LatLongNetClient();
var result = await client.GetHelloWorldAsync(CancellationToken.None);
```
---
## License
Licensed under
MIT license ([LICENSE](https://github.com/guibranco/LatLongNet-SDK-dotnet/blob/main/LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))