Skip to content

Commit c207054

Browse files
committed
fix: GeocodingGet hasn't ranking anymore
May become public again?
1 parent d319e1c commit c207054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/main/kotlin/com/openmeteo/api/geocoding/GeocodingGet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object GeocodingGet {
2020
private val _3: String? = null,
2121
val latitude: Float, // #4
2222
val longitude: Float, // #5
23-
val ranking: Float, // #6
23+
private val ranking: Float? = null, // #6
2424
val elevation: Float, // #7
2525
// https://www.geonames.org/export/codes.html enum?
2626
@SerialName("feature_code")

0 commit comments

Comments
 (0)