Код: Выделить всё
1149
1474
0
2241
0
Код: Выделить всё
data class FindMetroStops (
val num: String,
val list: List
)
data class stopInfo (
val id: String,
val name: String,
val name_it: String,
val mapplace: mapplace,
val york: String
)
data class mapplace (
val x: String,
val y: String
)
Код: Выделить всё
Attribute 'x' does not have a match in class com.example.myapp.data.model.Mapplace
Код: Выделить всё
Retrofit.Builder()
.baseUrl("https://www.mywebsite.com/")
.addConverterFactory(SimpleXmlConverterFactory.create())
.build().create(MetroDataApiService::class.java)
Подробнее здесь: https://stackoverflow.com/questions/792 ... h-in-class
Мобильная версия