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
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="MichelMichels.Google.DistanceMatrix" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MichelMichels.Google.DistanceMatrix --version 2.0.0
#r "nuget: MichelMichels.Google.DistanceMatrix, 2.0.0"
#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.
// 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

NuGet Version .NET

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 library
  • MichelMichels.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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 69 4/24/2024