Skip to content

Commit

Permalink
Merge pull request #65 from locavell/feat/#57
Browse files Browse the repository at this point in the history
Feat/#57
  • Loading branch information
m020202 authored Aug 16, 2024
2 parents 1571883 + 1d469ca commit b25f007
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public class NaverMapService {

public String getRoadNameAddress(double latitude, double longitude) {
RestTemplate restTemplate = new RestTemplate();
System.out.println(latitude);
System.out.println(longitude);
UriComponentsBuilder uriBuilder = UriComponentsBuilder.fromHttpUrl(apiUrl)
.queryParam("coords", longitude + "," + latitude) // 좌표 순서 확인
.queryParam("orders", "roadaddr") // 도로명 주소를 요청
Expand Down

0 comments on commit b25f007

Please sign in to comment.