# Location Viewer Component

A location viewer can be used to show the data through a column that has *Latitude/Longitude* or a *Google Maps Link*.

<figure><img src="/files/0GEoXdmslgKQ9M8DpVms" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

1. If you have an address in text form, for example *PLG at 123 Linden Blvd*, then it's better to use the Address Viewer Component.<br>
2. For google maps links, only the following format is detected, *<https://www.google.com/maps/place/{latitude},{longitude}>*.
   {% endhint %}


---

# 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://docs.notionapps.com/customize-app/type-of-components/location-viewer-component.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.
