LatLongNet-SDK-dotnet

LatLongNet wrapper for .NET projects

MIT License

Stars
3

LatLong.Net SDK SDK .NET

🌐📍 LatLongNet wrapper for .NET projects

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality (main branch)


Installation

Github Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
LatLongNet LatLongNet NuGet Version LatLongNet NuGet Downloads

Features

Implements all features of LatLong.Net SDK API available at LatLong.Net SDK

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #N

Usage


//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 or http://opensource.org/licenses/MIT)