> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced/googlemap.md).

# 구글 지도 블록

## 구글지도 블록이란?

구글 지도 블록은 구글 지도를 사용하여 사용자에게 위치 정보를 알려주고자 할 때 사용합니다. 별도의 API 설정 없이 쉽게 사용을 하실 수 있습니다.

{% hint style="warning" %}
구글 지도의 특성상 지도상의 위치가 조금 다르게 표시 될 수 있습니다.
{% endhint %}

## 설정항목

<figure><img src="/files/dE5kLK16YDUTrXpzTvW3" alt=""><figcaption></figcaption></figure>

| 설정 항목                                                                                                                                                                                         |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>주소</strong><br>지도에 표시를 할 주소를 입력합니다.</p>                                                                                                                                            |
| <p><strong>스타일</strong></p><p><strong>확대/축소</strong><br>지도의 기본 배율을 설정합니다.</p><hr><p><strong>유형</strong><br>지도/위성 중 표시할 유형을 선택합니다.</p><hr><p><strong>표시 언어</strong><br>지도가 표시 될 언어를 선택합니다.</p> |


---

# 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.qshop.ai/customer_support/guide/design/editor/contents/advanced/googlemap.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.
