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

Naver Maps Mobile SDK migrate to 3.17.0 #116

Closed
note11g opened this issue Aug 11, 2023 · 2 comments · Fixed by #139
Closed

Naver Maps Mobile SDK migrate to 3.17.0 #116

note11g opened this issue Aug 11, 2023 · 2 comments · Fixed by #139

Comments

@note11g
Copy link
Owner

note11g commented Aug 11, 2023

No description provided.

@note11g note11g self-assigned this Aug 11, 2023
@note11g
Copy link
Owner Author

note11g commented Oct 21, 2023

TODO

  • dependency 수정 (3.16.2 -> 3.17.0)
  • forceRefresh 메서드 추가
  • Android의 해당 라이브러리에서 직접 커스텀한 내장 위치 추적 기능을 NaverMap 기본 제공으로 변경 (3.17.0의 play-services-location 21.0.1지원에 따른 aa65cc1 의 변경사항 복구) (변경으로 얻는 이점이 없어, 기존 자체 구현체 사용합니다.)

@note11g
Copy link
Owner Author

note11g commented Dec 27, 2023

7a4e255
forceRefresh 메서드 추가(controller.forceRefresh, android map sdk reference)의 경우, 3.17 버전에서 android 상의 구현이 업데이트 되어 있지 않은 것으로 보입니다.
따라서, Android 플랫폼에서의 구현은 임시로 해두었습니다. (기존에 활용하던 맵 유형 변경 방법 사용)
추후, 네이버로부터 적절한 조치가 이루어지면 다시 수정하도록 하겠습니다.

// todo : change to naverMap.forceRefresh
fun NaverMap.forceRefresh() = run {
val nowMapType = mapType
mapType = NaverMap.MapType.None
mapType = nowMapType
}

@note11g note11g linked a pull request Dec 27, 2023 that will close this issue
@note11g note11g mentioned this issue Jan 2, 2024
@note11g note11g closed this as completed in b7cf63e Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

1 participant