GeolocationServices.NextChargingStation
1.1.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GeolocationServices.NextChargingStation --version 1.1.7
NuGet\Install-Package GeolocationServices.NextChargingStation -Version 1.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GeolocationServices.NextChargingStation" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeolocationServices.NextChargingStation" Version="1.1.7" />
<PackageReference Include="GeolocationServices.NextChargingStation" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GeolocationServices.NextChargingStation --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GeolocationServices.NextChargingStation, 1.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=GeolocationServices.NextChargingStation&version=1.1.7
#tool nuget:?package=GeolocationServices.NextChargingStation&version=1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
using GeolocationServices.Core;
using GeolocationServices.NextChargingStation;
public class Program
{
static void Main()
{
IEnumerable<Node> nodes;
IEnumerable<Tag> tags;
try
{
ChargingService chargingService = new("test-key");
nodes = chargingService.GetCollection(47.81044f, 50.07041f, 8.43979f, 12.08176f, 9);
tags = chargingService.GetDetails(9044570);
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- GeolocationServices.Core (>= 1.1.6)
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.2.1 | 1,508 | 6/21/2022 |
1.2.0 | 423 | 6/20/2022 |
1.1.9 | 587 | 6/16/2022 |
1.1.8 | 433 | 6/16/2022 |
1.1.7 | 431 | 6/15/2022 |
1.1.6 | 429 | 6/15/2022 |
1.1.4 | 444 | 6/15/2022 |
1.1.3 | 415 | 6/15/2022 |
1.1.2 | 428 | 6/14/2022 |
1.1.1 | 435 | 6/14/2022 |
1.1.0 | 562 | 3/20/2022 |
1.0.4 | 471 | 3/15/2022 |
1.0.3 | 454 | 3/15/2022 |
1.0.2 | 442 | 3/15/2022 |
1.0.1 | 457 | 3/15/2022 |
1.0.0 | 461 | 3/14/2022 |