# 네이버 맵

{% hint style="info" %}
네이버 맵 블록은 현재 '지도 위치 목록 패키지' 또는 '카테고리별 지도 패키지' 설치 시, 앱 설정에서 **수정**만 가능합니다.&#x20;
{% endhint %}

**네이버 맵 블록은 언제 사용하나요?**

* 네이버 맵 기능을 이용해 주소를 표기할 때 사용해요.&#x20;

**네이버 맵 블록의 특징은 무엇인가요?**

* 네이버 맵 블록 사용 후 앱을 출시할 시 <https://www.ncloud.com/> 계정 생성 후, 콘솔 버튼 ➡︎ 좌측 메뉴 중 services ➡︎ AI-Naver API ➡︎ Application 등록 ➡︎ 앱 이름 등록 ➡︎ Mobile Dynamic Map 선택 ➡︎ Android의 앱 패키지 등록, iOS의 BundleId 등록 ➡︎ 인증 정보에서 clientID 복사 후 오마이앱 관리자에게 문의해 주세요.
* Android 앱 패키지, iOS BundleId 는 오마이앱 관리자 웹 ➡︎ 환경 설정에서 각각 확인 가능해요.
* 주소가 포함된 데이터를 네이버 지도와 연동하여 조회된 데이터를 마커로 표시해서 보여줘요.
* 네이버 지도 블록 ➡︎ 마커 설정 ➡︎ 마커 편집 ➡︎ 마커 아이콘을 변경할 수 있어요.&#x20;

<div align="left"><figure><img src="/files/4L9aUsGdd7xeAFhEKnRw" alt="" width="375"><figcaption></figcaption></figure></div>

**마커 아이콘 변경 예시**

<div align="left"><figure><img src="/files/Vna0ULfb8F7K8gQnA0IU" alt="" width="398"><figcaption></figcaption></figure></div>

> \#네이버 맵 연동하기, #주소 선택하기, #api key, #주소 표기하기, #주소 표시하기, #주소 등록하기, #위치 정보 등록하기, #네이버 맵 불러오기

2024.02.20 Jinny

## NAVER Map

Display addresses using NAVER Map's features.

**When do I use the NAVER Map block?**

* This block is used when displaying addresses using NAVER Map's features.

**What are the characteristics of NAVER Map blocks?**

* Before using the NAVER Map block, create an account at <https://www.ncloud.com/> and click Console Button >Services > AI-Naver API > Application Registration > Registrate App Name >  Select Mobile Dynamic App > Register App Package for Android, BundleID for iOS > Copy clientID from credentials and contact the ohmyapp manager.
* Check your Android app package and iOS BundleID in ohmyapp's Web Admin > Property Settings.
* Connect the data containing the address with NAVER Map and display the required data as a marked spot.

2023.07.26 Hwaran


---

# 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.ohmyapp.io/main/guide/develop_app/4/block/location/naver-map.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.
