MichelMichels.Google.DistanceMatrix
2.0.0
dotnet add package MichelMichels.Google.DistanceMatrix --version 2.0.0
NuGet\Install-Package MichelMichels.Google.DistanceMatrix -Version 2.0.0
<PackageReference Include="MichelMichels.Google.DistanceMatrix" Version="2.0.0" />
paket add MichelMichels.Google.DistanceMatrix --version 2.0.0
#r "nuget: MichelMichels.Google.DistanceMatrix, 2.0.0"
// Install MichelMichels.Google.DistanceMatrix as a Cake Addin #addin nuget:?package=MichelMichels.Google.DistanceMatrix&version=2.0.0 // Install MichelMichels.Google.DistanceMatrix as a Cake Tool #tool nuget:?package=MichelMichels.Google.DistanceMatrix&version=2.0.0
🚗 GoogleDistanceMatrix
This projects is a C# wrapper library to retrieve distance in meter and estimated time between 2 places through Google Distance matrix.
<details> <summary>Table of Contents</summary>
</details>
Prerequisites
Building
Use Visual Studio 2022 to build the project.
Installation
Get the NuGet packages from nuget.org or search for MichelMichels.Google.DistanceMatrix
in the GUI package manager in Visual Studio.
You can also use the cli of the package manager with following command:
Install-Package MichelMichels.Google.DistanceMatrix
<br /> <hr>
Getting started
This repository contains 2 projects:
MichelMichels.Google.DistanceMatrix
- Core libraryMichelMichels.Google.DistanceMatrixTests
- Testing library
Usage
Following methods are available and are self-explanatory:
Task<int> GetMetersBetweenPlaces(string origin, string destination);
Task<int> GetSecondsBetweenPlaces(string origin, string destination);
Task<DistanceMatrixResponse> GetDistanceMatrixReponse(DistanceMatrixRequest request);
Credits
Written by Michel Michels.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.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 |
---|---|---|
2.0.0 | 124 | 4/24/2024 |