[Location] 카카오 자동차 api 응답값 제조#187
Merged
Merged
Conversation
⭐ JaCoCo CoverageLine Coverage: 5.21% 📄 Coverage DetailsOverall Line Coverage: 5.18% (201 covered / 3881 lines) Package Summary (lowest first)
Lowest Covered Classes (Top 20)
Changed Classes (from this PR)
🔗 Full HTML report: See artifact jacoco-full-html on this run → https://github.com/prgrms-web-devcourse-final-project/WEB7_9_codecrete_BE/actions/runs/20474383662 |
Creamcheesepie
approved these changes
Dec 24, 2025
| KakaoRouteTransitResponse.Route route = res.getRoutes().get(0); | ||
|
|
||
| KakaoRouteTransitResponse.Route route0 = res.getRoutes().get(0); | ||
| KakaoRouteTransitResponse.Summary summary = route.getSummary(); |
Collaborator
There was a problem hiding this comment.
import가 안되는 문제가 있었던걸까요? 아니면 중복된 클래스 명이 있었던 걸까요?
Collaborator
Author
There was a problem hiding this comment.
그냥 route0보다는 route로 하는게 보기 편해서 바꿨습니다,,
| @Data | ||
| @AllArgsConstructor | ||
| public class KakaoRouteFeResponse { //경유지까지의 인덱스, 거리, 시간, 좌표를 나타냄 | ||
| private int routeIndex; |
Collaborator
Author
There was a problem hiding this comment.
넵 스웨거 설정은 방학중에 다 완료해놓겠습니다!
| private List<Guide> guides; | ||
| private int distance; | ||
| private int duration; | ||
| private Bound bound; // summary=false일 때만 올 수 있음 |
Collaborator
There was a problem hiding this comment.
false일때만 올 수 있다면 해당 클래스를 따로 빼는 것도 괜찮을 것 같습니다.
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.
🔗 관련 이슈
🚀 PR 개요
-거리, 시간, 좌표(출발/도착)값으로 보내주기
📌 변경 사항
🧪 테스트 방법
📸 스크린샷 (선택)