Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TopiaYu authored Jun 20, 2024
1 parent 68d85a8 commit c4e2660
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 2024-NC2-M0-AugmentedReality
# 2024-NC2-A12-Maps

<img width="1321" alt="스크린샷 2024-06-20 오후 7 47 44" src="https://github.com/DeveloperAcademy-POSTECH/2024-NC2-A12-Maps/assets/167048286/7478b76c-1477-450a-b240-315a2637b1f4">

## 🎥 Youtube Link

(추후 만들어진 유튜브 링크 추가)

##💡 About Augmented Reality
##💡 About Maps

## What is Maps?

### 📍애플 기본지도를 기반으로 위치기반 서비스를 커스텀할 수 있게 돕는 기술

1. Mapkit은 애플 기본 지도 스타일을 이용해, 위치정보 기반의 정보를 보여줄 수 있게 도와준다.
2. MapKit안에 CoreLocation이 들어있고 그 안에 CLLocationManager가 들어있다.
3. CoreLocation은 기기의 하드웨어를 이용해(wifi, 기압계 등) 사용자의 위치정보를 받아내는 데에 사용된다.
3. CoreLocation은 기기의 하드웨어를 이용해(wifi, 기압계 등) 사용자의 위치정보를 받아내는 데에 사용되고 디바이스의 지리적 위치, 고도, 방향 또는 인근 iBeacon 디바이스와의 상대적 위치를 파악하는 서비스를 제공한다.
4. CoreLocation은 또한 위치 권한 요청, 위치 업데이트, 방향 및 헤딩 정보 제공, 백그라운드 위치 업데이트 등을 사용할 수 있다.
5.
5. Annotation을 통해 지도에 위치를 표시하고 이를 커스텀해서 보여줄 수 있다.


## 🎯 What we focus on?
Expand All @@ -29,8 +29,11 @@ MapKit에 있는 CoreLocation을 활용하여 사용자의 위치를 파악하

## 🖼️ Prototype

<img width="1097" alt="스크린샷 2024-06-20 오후 8 43 49" src="https://github.com/DeveloperAcademy-POSTECH/2024-NC2-A12-Maps/assets/167048286/71e3d025-8283-44fa-863a-e6e48f7d687d">

![프로토타입 001](https://github.com/DeveloperAcademy-POSTECH/2024-NC2-A12-Maps/assets/167048286/6470e895-306d-465f-bcb0-2273c8ad7e75)


## 🛠️ About Code

(핵심 코드에 대한 설명 추가)

0 comments on commit c4e2660

Please sign in to comment.