본 저장소는 다비오맵스 SDK를 보다 쉽게 적용하기 위한 튜토리얼 프로젝트를 제공합니다.
- Init MapView
- Add DrawObjects
- Add UIComponent
- Add Event (Map Poi)
- Add Event (Custom DrawObjects)
- Map Animation
- Preview
- Init VPSView
- Add 2DContents
- Add 3DContents
- 상세 API는 iOS_국문_v1.1.9.pdf 파일을 확인하세요.
- 다비오맵스 홈페이지 내 좌측 [SDK 다운로드] 탭에서 다운로드
-
General
-
Build Setting
-
Run > Options Setting
-
Http 통신을 허용합니다.
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
-
Import SDK
import DabeeoMaps_SDK
-
개발 로그 확인
- SDK 내 프로세스에 대한 개발용 및 에러 로그 확인을 위하여, DMLogManager를 활성화 합니다.
DMLogManager.sharedInstance().showLog(true) DMLogManager.sharedInstance().logLevel = .level_Error