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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
상도시장이 화면에 즉시 보이도록 줌 레벨을 조정한 의도는 적절합니다. 다만, 고정된 줌 레벨(14.5)을 사용하면 기기의 화면 크기나 해상도에 따라 상도시장 영역이 화면에 다 들어오지 않거나, 반대로 너무 넓은 영역이 보일 수 있는 한계가 있습니다.
사용자 기기의 화면 크기에 관계없이 특정 영역(예: 숭실대학교와 상도시장을 모두 포함하는 영역)을 일관되게 보여주려면,
LatLngBounds를 정의하고CameraUpdate.fitBounds(bounds, padding)를 사용하여 카메라 위치를 설정하는 방식을 고려해 보시기 바랍니다. 이는 다양한 안드로이드 기기 환경에서 더 견고한 UX를 제공할 수 있는 방법입니다.