Skip to content

Commit

Permalink
Merge pull request #66 from Hanaemong/myeongji
Browse files Browse the repository at this point in the history
Refactor 주소 형태 변경
  • Loading branch information
tlsaudwl authored Jul 3, 2024
2 parents 83de69e + 091ece2 commit 7f97ac5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public Mono<String> getAddress(double latitude, double longitude){
.uri(uriBuilder -> uriBuilder
.path("/maps/api/geocode/json")
.queryParam("latlng", latitude + "," + longitude)
.queryParam("result_type", "street_address")
.queryParam("key", apiKey)
.queryParam("language", "ko")
.build())
Expand Down

0 comments on commit 7f97ac5

Please sign in to comment.