This page shows how to get started with the client libraries for Navigation Connect.
For more information about client libraries, see Client Libraries Explained.
Install the client library
Java
For more information, see Setting Up a Java Development Environment and Using Cloud Client Libraries.
For complete installation instructions, see Google Navigation Connect Client for Java.
Go
go get cloud.google.com/go/maps
For more information, see Setting Up a Go Development Environment.
For complete installation instructions, see Google Navigation Connect Client for Go.
Node.js
npm install @google-cloud/navconnect
For more information, see Setting Up a Node.js Development Environment.
For complete installation instructions, see Google Navigation Connect Client for Node.js.
Python
pip install google-maps-navconnect
For more information, see Setting Up a Python Development Environment.
For complete installation instructions, see Google Navigation Connect Client for Python.
.NET
Install-Package Google.Maps.NavConnect.V1 -Pre
For more information, see Setting Up a C# Development Environment and Google Navigation Connect Client for .NET.
Set up authentication
When you use client libraries, you use Application Default Credentials (ADC) to authenticate. For information about setting up ADC, see Provide credentials for Application Default Credentials. For information about using ADC with client libraries, see Authenticate using client libraries.
Use the client library
For examples of how to send API requests using the client libraries, see Client library examples.