Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24.02.17) [Feat]: 카테고리별 Marker 필터링 기능 구현 #24

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

Jeon0976
Copy link
Contributor

  • Category Type별 클릭될 때 선택된 type배열을 통해 숨길 marker, 보여질 marker 배열을 따로 관리 후 적용
  • 개별 클릭해서 Category Type을 해제하거나 X 버튼을 통해 해제할 때 만들어둔 배열 초기화 및 전체 marker를 naverMapView에 다시 참조 적용
  • 해당 로직 중간에 북마크 기능을 활성화 하고 있으면 로직이 꼬이는 현상 발견
    • 해제를 하거나 선택할때 중간 중간 star image 남겨지는 현상
  • Star State를 새롭게 변수로 생성해서 Star 변수가 활성화되어있으면 배열만 저장하고 UI 업데이트는 따로 진행 X
  • 북마크가 켜져있는 상황이 우선수위가 카테고리 클릭으로 보여질 우선순위보다 더 높음

@Jeon0976 Jeon0976 merged commit f4ca6af into develop Feb 17, 2024
@Jeon0976 Jeon0976 linked an issue Feb 19, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: 홈 카테고리별 필터링 기능 추가
1 participant