# Location

## Intro Video

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

## Guides

Use the guides below to build location features into your app!

{% content-ref url="location/getting-your-google-api-key" %}
[getting-your-google-api-key](https://help.adalo.com/database/location/getting-your-google-api-key)
{% endcontent-ref %}

{% content-ref url="location/the-location-property-type" %}
[the-location-property-type](https://help.adalo.com/database/location/the-location-property-type)
{% endcontent-ref %}

{% content-ref url="location/location-in-forms-and-inputs" %}
[location-in-forms-and-inputs](https://help.adalo.com/database/location/location-in-forms-and-inputs)
{% endcontent-ref %}

{% content-ref url="location/location-magic-text-and-formatting" %}
[location-magic-text-and-formatting](https://help.adalo.com/database/location/location-magic-text-and-formatting)
{% endcontent-ref %}

{% content-ref url="location/getting-the-users-location" %}
[getting-the-users-location](https://help.adalo.com/database/location/getting-the-users-location)
{% endcontent-ref %}

{% content-ref url="location/latitude-longitude-and-special-formulas" %}
[latitude-longitude-and-special-formulas](https://help.adalo.com/database/location/latitude-longitude-and-special-formulas)
{% endcontent-ref %}

{% content-ref url="location/comparing-locations" %}
[comparing-locations](https://help.adalo.com/database/location/comparing-locations)
{% endcontent-ref %}

{% content-ref url="../how-to/start-maps-navigation-in-your-adalo-apps-using-google-maps-apple-maps-or-waze" %}
[start-maps-navigation-in-your-adalo-apps-using-google-maps-apple-maps-or-waze](https://help.adalo.com/how-to/start-maps-navigation-in-your-adalo-apps-using-google-maps-apple-maps-or-waze)
{% endcontent-ref %}

{% content-ref url="../how-to/how-to-send-scheduled-push-notifications-1" %}
[how-to-send-scheduled-push-notifications-1](https://help.adalo.com/how-to/how-to-send-scheduled-push-notifications-1)
{% endcontent-ref %}

## Help

You can learn more on how to set up the Location feature in our [Location 101: Building A Gig Economy Delivery App (Think Uber, But Also AirBnB)](https://appacademy.adalo.com/course/geolocation-uber-airbnb)  and [Add Location To Your App: Airbnb in 25 Minutes](https://appacademy.adalo.com/course/airbnb-in-adalo) courses from [The Adalo App Academy](https://appacademy.adalo.com/homepage).&#x20;


---

# 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/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.
