> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/database/location/troubleshooting-location-features.md).

# 位置情報機能のトラブルシューティング

### 概要

このガイドでは、アプリ内の場所データにアクセスしようとするユーザーが遭遇する「場所が利用できません」というエラーのトラブルシューティング手順を提供します。このエラーは、デバイスの設定からAPI構成の問題まで、さまざまな理由で発生する可能性があります。以下の手順に従って問題を特定し解決してください。

### 考えられる原因と解決策

1. **アプリの許可が付与されていない**: [場所の許可のヘルプドキュメント](https://help.adalo.com/database/location/getting-the-users-location#requesting-permission)に従って、アプリに「場所の許可をリクエスト」アクションを含めていることを確認してください。これは、ユーザーがアプリにログインした後、場所にアクセスする前に配置する必要があります。ホーム画面に追加することをお勧めします。
2. **場所サービスが無効になっている**: デバイスの場所サービスがオフになっている可能性があります。ユーザーデバイスの設定でオンになっていることを確認してください。
3. **Google APIキーの問題**: Google APIキーの構成に問題がある可能性があります。[場所APIキーのドキュメント](https://help.adalo.com/database/location/getting-your-google-api-key)の手順に従っていることを確認してください。
   1. **必要なAPIに対してAPIキーが有効になっていない:**
      * Google Cloud Consoleに移動します。
      * 次のAPIが有効になっていることを確認します:
        * ジオコーディングAPI
        * マップJavaScript API
        * Places API
        * ジオロケーションAPI
        * Maps SDK for Android (マップコンポーネントを使用している場合)
        * Maps SDK for iOS (マップコンポーネントを使用している場合)
   2. **APIキーの制限:**
      * APIキーが過度に制限的な設定でないことを確認してください。
      * Google Cloud ConsoleのAPIキー設定に移動します。
      * キーの制限（IPアドレス、Androidパッケージ名、iOSバンドルIDなど）が適切に設定されていることを確認します。
   3. **請求に関する問題:**
      * Google Cloudプロジェクトが有効な請求アカウントにリンクされていることを確認してください。
      * Google Cloud Consoleで請求に関連する問題やアラートがないか確認してください。

### **まだ助けが必要ですか？** <a href="#still-need-help" id="still-need-help"></a>

行き詰まっている場合は心配しないでください！さらなる支援のために[サポートチーム](https://info.adalo.com/submit-a-support-ticket)にお問い合わせください。

1. 実施した手順を含める: すでに試したトラブルシューティング手順をお知らせください。
2. スクリーンショットを追加: エラーメッセージとGoogle APIセットアップを示す関連するスクリーンショットを共有してください。
3. アプリ内で再現手順と資格情報を含める。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/database/location/troubleshooting-location-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
