We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GeocodingGet
ranking
1 parent d319e1c commit c207054Copy full SHA for c207054
1 file changed
lib/src/main/kotlin/com/openmeteo/api/geocoding/GeocodingGet.kt
@@ -20,7 +20,7 @@ object GeocodingGet {
20
private val _3: String? = null,
21
val latitude: Float, // #4
22
val longitude: Float, // #5
23
- val ranking: Float, // #6
+ private val ranking: Float? = null, // #6
24
val elevation: Float, // #7
25
// https://www.geonames.org/export/codes.html enum?
26
@SerialName("feature_code")
0 commit comments