Skip to content

네이버 지도 안드로이드 SDK 데모 앱

License

Notifications You must be signed in to change notification settings

wbh3110/android-map-sdk

 
 

Repository files navigation

NAVER Map Android SDK Demo

How To Run

  • 네이버 지도 SDK를 사용하기 위해서는 네이버 클라우드 플랫폼에서 클라이언트 ID를 발급받고, 발급받은 ID를 SDK에 지정해야 합니다.
  • 클라이언트 ID 발급
    1. 네이버 클라우드 플랫폼에 로그인한 후 콘솔에 들어갑니다.
    2. Products & Services에서 AI-Application Service 하위의 AI·NAVER API를 선택합니다.
    3. Application 등록을 선택하고 Maps 하위의 Mobile Dynamic Map을 체크합니다.
    4. Android 앱 패키지 이름에 com.naver.maps.map.demo을 추가하고 등록합니다.
    5. 등록한 애플리케이션의 인증 정보를 선택해 Client ID를 확인합니다.
  • 클라이언트 ID 지정
    • client_id.xmlnaver_map_sdk_client_id에 발급받은 클라이언트 ID를 입력합니다.
  • 자세한 내용은 시작하기를 참고하십시오.

Reference

License

Copyright (c) 2018-2020 NAVER Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

네이버 지도 안드로이드 SDK 데모 앱

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.7%
  • Kotlin 48.3%