# 位置情報

## イントロ動画

{% embed url="<https://youtu.be/TY13idHv7Nc>" %}

## ガイド

以下のガイドを使用して、アプリに場所の機能を組み込んでください！

{% content-ref url="/pages/wWMOECDDp6CkxJmOYDMN" %}
[Google APIキーの取得](/ja/database/location/getting-your-google-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/eqZnRorOfeABNAaiMRfo" %}
[位置情報プロパティタイプ](/ja/database/location/the-location-property-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/9l67RCQ8Cu30YUlxgysv" %}
[フォームおよび入力での位置情報](/ja/database/location/location-in-forms-and-inputs.md)
{% endcontent-ref %}

{% content-ref url="/pages/p1uGvvcGEGNswkMuZL2k" %}
[位置情報マジックテキストとフォーマット](/ja/database/location/location-magic-text-and-formatting.md)
{% endcontent-ref %}

{% content-ref url="/pages/2yGg9so6Xjr2Axqjo8ch" %}
[ユーザーの位置情報取得](/ja/database/location/getting-the-users-location.md)
{% endcontent-ref %}

{% content-ref url="/pages/eDySmciPSf6kq7inQpHE" %}
[緯度、経度、特別な数式](/ja/database/location/latitude-longitude-and-special-formulas.md)
{% endcontent-ref %}

{% content-ref url="/pages/IvsK8RjLwCLSfNmB9EYu" %}
[位置情報の比較](/ja/database/location/comparing-locations.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bp1BgrYOVT0Dqz1oISih" %}
[Google Maps、Apple Maps、またはWazeを使用してAdaloアプリ内で地図ナビゲーションを開始する方法](/ja/how-to/start-maps-navigation-in-your-adalo-apps-using-google-maps-apple-maps-or-waze.md)
{% endcontent-ref %}

{% content-ref url="/pages/5NoyIkNM62yI3JZtQd1z" %}
[Google Static Maps APIを使ってAdaloアプリで地図のプレビューを生成する方法](/ja/how-to/how-to-send-scheduled-push-notifications-1.md)
{% endcontent-ref %}

## ヘルプ

[Location 101: Building A Gig Economy Delivery App (Think Uber, But Also AirBnB)](https://appacademy.adalo.com/course/geolocation-uber-airbnb) と [Add Location To Your App: Airbnb in 25 Minutes](https://appacademy.adalo.com/course/airbnb-in-adalo) のコースで、[The Adalo App Academy](https://appacademy.adalo.com/homepage) で場所の機能の設定方法について詳しく学ぶことができます。


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/ja/database/location.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
