Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Hanaemong/BE into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
2 parents 2e1ded7 + 7f97ac5 commit fe70afc
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 fe70afc

Please sign in to comment.