Skip to content

Commit c3ae2f4

Browse files
authored
Merge pull request #153 from YAPP-Github/fix/#152-location-api
[FIX/#152] 주소 변환 시 도로명 주소가 null인 문제를 해결합니다.
2 parents ae7206f + c12396c commit c3ae2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/threegap/bitnagil/data/address/model/response/Coord2AddressResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ data class RoadAddress(
7070
fun Coord2AddressResponse.toAddress(): String? {
7171
return this.documents
7272
.firstOrNull()
73-
?.roadAddress
73+
?.address
7474
?.addressName
7575
}

0 commit comments

Comments
 (0)