Route Optimization API 클라이언트 라이브러리
이 페이지에서는 Route Optimization API용 클라이언트 라이브러리를 시작하는 방법을 보여줍니다.
클라이언트 라이브러리 설명에서 클라이언트 라이브러리에 대해 자세히 알아보세요.
클라이언트 라이브러리 설치
인증 설정
클라이언트 라이브러리를 사용할 때는 애플리케이션 기본 사용자 인증 정보 (ADC)를 사용하여 인증합니다. ADC 설정에 관한 자세한 내용은 애플리케이션 기본 사용자 인증 정보에 대한 사용자 인증 정보 제공을 참고하세요. 클라이언트 라이브러리에서 ADC를 사용하는 방법은 클라이언트 라이브러리를 사용하여 인증을 참조하세요.
추가 리소스
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-23(UTC)
[null,null,["최종 업데이트: 2024-11-23(UTC)"],[[["This page provides instructions for getting started with the Route Optimization API client libraries, covering installation and authentication setup for various programming languages like Java, Go, Node.js, Python, .Net, and PHP."],["Client libraries simplify interaction with the Route Optimization API by providing language-specific implementations and handling authentication using Application Default Credentials (ADC)."],["Installation instructions and setup guides for each supported language are linked for developers to quickly integrate the API into their projects."],["Developers can leverage provided resources like source code, package documentation, and issue trackers for further assistance and community support."],["Authentication with the API is streamlined through Application Default Credentials (ADC), ensuring secure access to Google Cloud services."]]],["Client libraries for the Route Optimization API can be installed using specific commands for each language: `go get cloud.google.com/go/maps` (Go), `npm install @googlemaps/routeoptimization` (Node.js), `pip install google-maps-routeoptimization` (Python), and `composer require google/maps-routeoptimization` (PHP). Java and .Net instructions are found on their respective documentation pages. Authentication is handled through Application Default Credentials (ADC). Each language also provides links to source code and issue trackers.\n"]]