We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60861be commit 8726aeaCopy full SHA for 8726aea
core/src/main/kotlin/lecturebuildings/data/SnuMapSearchResult.kt
@@ -13,9 +13,9 @@ data class SnuMapSearchItem(
13
@param:JsonProperty("lon_val")
14
val longitudeInDMS: Double,
15
@param:JsonProperty("lat_val1")
16
- val latitudeInDecimal: Double,
+ val latitudeInDecimal: Double = 0.0,
17
@param:JsonProperty("lon_val1")
18
- val longitudeInDecimal: Double,
+ val longitudeInDecimal: Double = 0.0,
19
@param:JsonProperty("vil_dong_nm")
20
val buildingNumber: String?,
21
val name: String,
0 commit comments