ππ LatLongNet wrapper for .NET projects
Build status | Last commit | Tests | Coverage | Code Smells | LoC |
---|---|---|---|---|---|
Download the latest zip file from the Release page.
Package | Version | Downloads |
---|---|---|
LatLongNet |
Implements all features of LatLong.Net SDK API available at LatLong.Net SDK
- Feature #1
- Feature #2
- Feature #3
- Feature #N
//sample CSharp code showing how to use the lib
var client = new LatLongNetClient();
var result = await client.GetHelloWorldAsync(CancellationToken.None);
Licensed under
MIT license (LICENSE or http://opensource.org/licenses/MIT)