Available in VPC
After completing subscription to Maps, you can register an application in the Application menu on the NAVER Cloud Platform console.
Since Maps is provided as an API service, the NAVER Cloud Platform console only allows you to subscribe, unsubscribe, manage usage, and navigate to the Style Editor web console.
Here are the topics covered in this guide:
- In the NAVER Cloud Platform console:
Register an application
You must register the application after agreeing to the API terms of service. An application is required for the use of Maps API. Once you register an application, a unique client ID and a client secret value are created per application. You must apply the authentication key to the Maps API to receive authentication for using NAVER Maps.
For more information on how to call APIs, see NAVER integrated API call in NAVER Cloud Platform's API guide.
Maps API offers a free usage quota exclusively to the primary account. Note that charges apply if you are using a non-primary account. To view whether the account currently logged into the console is a primary account, see View Maps primary account.
To register an application:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- Click [Register an application].
- Enter the application name.
- You can enter up to 20 characters.
- Depending on the service, the application name may be displayed on the interface, so enter a name of up to 10 characters.
- In API selection, click on the API you wish to use.
- In the Service environment registration component, enter the service environment of the application.
- Web service URL
- Up to 10 web service URLs that begin with http:// can be entered.
- No difference between http and https. Enter excluding www. Example: http://naver.com
- Enter the main domain only even if there are subdomains.
- If information of the service URL differs from the web used, the authentication may fail.
- For hybrid apps, enter location.href object outputs. Example: file://local URL
- Android app package name
- For Android applications only, up to 10 can be entered.
- If the entered package name differs from the package name of the app in use, the authentication may fail.
- iOS Bundle ID
- For iOS applications only, up to 10 can be entered.
- If the registered bundle ID differs from the information of the app in use, the authentication may fail.
Note- When selecting Dynamic Map, you must enter at least one of the following: The web service URL, Android app package name, or iOS Bundle ID. If not entered, the application registration is not completed.
- When selecting Static Map, you must enter a web service URL. If no URL is entered, certain restrictions may apply to API use.
- The client ID and secret value issued for 1 application may be applied to multiple environments including Android, iOS, web, and Windows App. However, the API usage is added up by each client ID.
- Web service URL
- Click [Register].
View application information
You can view the list of registered applications in the Application Services > Maps > Application on the NAVER Cloud Platform console.
To view application information from the application list:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- View application information.
- Application name: The name of the app set when registering the application.
- API: The API selected when registering the application.
- Daily/monthly usage: Real-time usage by service (based on UTC+9).
- Registration date: The date the application was registered.
- Click [Credentials].

- When the credentials window appears, view the credentials.
- Application Key
- Application name: The name that identifies the application.
- Client ID (X-NCP-APIGW-API-KEY-ID): Enter "X-NCP-APIGW-API-KEY-ID" in the header or query string as the ID required for authentication. You can copy the value by clicking
. - Client Secret (X-NCP-APIGW-API-KEY): Enter "X-NCP-APIGW-API-KEY" in the header or query string as the SecretKey required for authentication. You can copy the value by clicking
and change the value by clicking [Reissue].
- Service environment
- Web service URL: The value required to use web SDKs.
- Android app package name: The value required to use Android SDKs.
- iOS Bundle ID: The value required to use iOS SDKs.
- Application Key
- Click [OK].
Make sure the Client ID and Client Secret are kept confidential. If you are concerned about security, reissue the credentials with a new value in step 6.
Edit an application
To edit the registered application information:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- Click the
button of the application you want to edit. - Click the Edit application menu.
- Edit the necessary information and click [Save].
Delete an application
To edit the registered application information:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- Click the
button of the application you want to delete. - Click the Delete application menu.
- In the Delete application window, verify the application name and click [OK].
Manage Maps usage
You can view the usage status for each registered application and set various options for billing management.
View daily/monthly usage
To view daily and monthly usage:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- In the application list, view the real-time usage for the day and for the current month of the application for which you want to view the usage.
- Based on UTC+9.
- The daily usage is initialized to 0 at 12:00 AM (KST).
It takes around 1 minute for the actual daily/monthly usage to be reflected.
Set usage limits
You can set daily and monthly usage limits yourself to prevent excessive service usage fees from being charged. To set usage limits:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- From the application list, select the API for the application whose usage limit you want to change.
- After selecting the API, click the enabled [Set limits and notifications] at the top.

- Enter the daily and monthly limit values under the [Set limits] tab menu.

- Click [Save].
Default and maximum API call limits by service
The API call limits available for each service are as follows:
| Service name | Default call limit | Maximum daily call limit | Maximum monthly call limit |
|---|---|---|---|
| Dynamic Map | 6,000,000 | 15,000,000 | 45,000,000 |
| Static Map | 3,000,000 | 7,500,000 | 25,000,000 |
| Geocoding | 3,000,000 | 7,500,000 | 25,000,000 |
| Reverse Geocoding | 3,000,000 | 7,500,000 | 25,000,000 |
| Directions 5 | 60,000 | 150,000 | 500,000 |
| Directions 15 | 3,000 | 10,000 | 25,000 |
- You can view the change history of usage limit under the [Limit change history] tab menu in the Set limits and notifications popup.
- Daily usage limits reset at 12:00 AM each day, and monthly usage limits reset at 12:00 AM on the first day of each month.
- The free usage quota provided only to the primary account may be exceeded if 2 or more instances are created and used to make API calls.
Use beyond the configured limit
This feature allows you to continue using the service up to an additionally configured maximum limit, even after exceeding your configured daily or monthly usage limit.
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- From the application list, select the API for the application whose usage limit you want to change.
- After selecting the API, click the enabled [Set limits and notifications] at the top.
- In the [Set limits] tab, select Allow for usage beyond the configured limit.
- Enter the maximum monthly usage limit you want to allow.

- Click [Save].
The maximum limit you can set when usage beyond the configured limit is allowed is the same as the maximum monthly limit.
Set notification recipients
To set up notification recipients and notification methods for when usage exceeds a specified percentage of the daily/monthly limit you set:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- From the application list, select the API for the application whose usage limit you want to change.
- After selecting the API, click the enabled [Set limits and notifications] at the top.
- Click the [Set notification recipients] tab menu.
- Select a notification recipient and the notification method, and click [Add].
- To add a new person, click [Manage notification recipients].
- Once you complete setting up the notification recipients, click [Save].
You can select only registered notification recipients in the notification recipient settings. You can register a new person in the Notification Recipient service. For more information, see Add recipient in the Notification Recipient user guide.
View Maps primary account
To view the Maps API primary account:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- When the Guide popup appears, click [View primary account].

- In the View primary account popup, view the primary account information.
- If the account currently logged into the console is not the primary account, a relevant guide is displayed.

- If the account currently logged into the console is not the primary account, a relevant guide is displayed.
You can also access the popup in step 5 by clicking [View primary account] on the Application interface.

Go to Maps Style Editor
The Style Editor, which becomes available after you subscribe to Maps, allows you to customize NAVER Map to suit your preferred style. To navigate to the Style Editor:
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > All Services > Application Services > Maps.
- Click the Application menu.
- Once your subscription is successfully completed, the [Style Editor] button is enabled. Click the button to navigate to the Style Editor.

View Maps development guide
This provides various development resource information related to the Maps service.
- API guides: Go to API guides.
- Go to Forum: Go to the Maps forum.