GeoLocationSDK 1.0.0
dotnet add package GeoLocationSDK --version 1.0.0
NuGet\Install-Package GeoLocationSDK -Version 1.0.0
<PackageReference Include="GeoLocationSDK" Version="1.0.0" />
<PackageVersion Include="GeoLocationSDK" Version="1.0.0" />
<PackageReference Include="GeoLocationSDK" />
paket add GeoLocationSDK --version 1.0.0
#r "nuget: GeoLocationSDK, 1.0.0"
#:package GeoLocationSDK@1.0.0
#addin nuget:?package=GeoLocationSDK&version=1.0.0
#tool nuget:?package=GeoLocationSDK&version=1.0.0
GeoLocationSDK
GeoLocationSDK is an SDK sample project created with Net 9.0 and integrated with NominatimAPI. With this SDK, you can access coordinate information by entering city and district information, and address information by entering coordinate information.
Usage
csharp
var service = new GeoLocationService(new HttpClient());
var coords = await service.GetCoordinatesAsync("İstanbul", "Kadıköy"); var coordsToAddress = await service.GetAddressFromCoordinatesAsync(40.994616199999996, 29.058981962656368 );
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 300 | 5/12/2025 |