Maps Datasets API クライアント ライブラリ
このページでは、Maps Datasets API のクライアント ライブラリの使用を開始する方法について説明します。
クライアント ライブラリの詳細については、クライアント ライブラリの説明をご覧ください。
クライアント ライブラリをインストールする
Node.js
詳細については、Node.js 開発環境の設定をご覧ください。
npm install @googlemaps/maps-platform-datasets
Python
詳細については、Python 開発環境の設定をご覧ください。
pip install --upgrade google-maps-mapsplatformdatasets
認証を設定する
クライアント ライブラリを使用する場合は、アプリケーションのデフォルト認証情報(ADC)を使用して認証を行います。ADC の設定については、アプリケーションのデフォルト認証情報に認証情報を提供するをご覧ください。クライアント ライブラリで ADC を使用する方法については、クライアント ライブラリを使用して認証するをご覧ください。
クライアント ライブラリの使用
参考情報
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["This page provides instructions on getting started with the Maps Datasets API client libraries for Node.js and Python."],["You'll learn how to install the necessary client libraries using npm or pip."],["Authentication is handled using Application Default Credentials (ADC), and the page links to resources for setting up ADC."],["Code samples demonstrate basic usage of the client libraries, such as creating a dataset, for both Node.js and Python."],["Links to additional resources like source code, issue trackers, and Stack Overflow are provided for further assistance."]]],[]]