[Feat] 지도 페이지 퍼블리싱 - #6
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝작업 내용
📸스크린샷 (선택)
💬리뷰 요구사항(선택)
✅ 주요 변경 사항
1. 🗺️ 미션 지도 페이지 UI 수정
기존 지도 페이지를 피그마 디자인 기준으로 정리했습니다.
QuespotPageLayout적용HomeHeader및 검색 영역 구성2. 📍 미션 스팟 선택 기능 구현
지도 위 미션 스팟을 클릭하면 해당 스팟이 선택되도록 구현했습니다.
zIndex적용3. 🧭 추천 장소 리스트 구현
하단
주변 미션 스팟영역에서 스팟을 선택하면해당 스팟의 추천 장소 리스트가 표시되도록 구성했습니다.
4. 🚶 다음 장소 길찾기 페이지 추가
추천 장소를 선택하면 이동하는
다음 장소 길찾기페이지를 추가했습니다.5. 🌐 외부 지도 앱 길찾기 연결
목적지까지 실제 길찾기를 실행할 수 있도록 외부 지도 앱 연결을 추가했습니다.
6. 📡 현재 위치 기반 거리 계산 적용
브라우저의 Geolocation API를 사용해
사용자의 현재 위치를 기준으로 거리와 예상 시간을 계산하도록 수정했습니다.
🔍 확인 사항
💬 참고 사항
현재 지도 표시는 Google Maps를 사용하고 있으며,
길찾기 버튼은 Google Maps와 네이버 지도 앱 호출을 함께 지원합니다.
다만 네이버 지도는 앱 URL Scheme 방식이기 때문에
모바일 환경에서 네이버 지도 앱이 설치되어 있어야 정상적으로 동작합니다.