Skip to content

Commit 8726aea

Browse files
Hank-Choiasp345
authored andcommitted
건물 decimal 좌표 기본값 추가
(cherry picked from commit 11c8ccb) # Conflicts: # core/src/main/kotlin/lecturebuildings/data/SnuMapSearchResult.kt
1 parent 60861be commit 8726aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/kotlin/lecturebuildings/data/SnuMapSearchResult.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ data class SnuMapSearchItem(
1313
@param:JsonProperty("lon_val")
1414
val longitudeInDMS: Double,
1515
@param:JsonProperty("lat_val1")
16-
val latitudeInDecimal: Double,
16+
val latitudeInDecimal: Double = 0.0,
1717
@param:JsonProperty("lon_val1")
18-
val longitudeInDecimal: Double,
18+
val longitudeInDecimal: Double = 0.0,
1919
@param:JsonProperty("vil_dong_nm")
2020
val buildingNumber: String?,
2121
val name: String,

0 commit comments

Comments
 (0)