Write better labels in stats
This commit is contained in:
parent
eda8c89b56
commit
82d950873e
@ -1,10 +1,9 @@
|
|||||||
package net.helcel.beans.countries
|
package net.helcel.beans.countries
|
||||||
|
|
||||||
|
|
||||||
interface GeoLoc {
|
interface GeoLoc {
|
||||||
|
|
||||||
enum class LocType(val txt: String) {
|
enum class LocType(val txt: String) {
|
||||||
WORLD("World"), GROUP("Group"), CUSTOM_GROUP("Group"), COUNTRY("Country"), STATE("State");
|
WORLD("Continents"), GROUP("Groups"), CUSTOM_GROUP("Groups"), COUNTRY("Countries"), STATE("Regions");
|
||||||
}
|
}
|
||||||
|
|
||||||
val code: String
|
val code: String
|
||||||
@ -14,5 +13,3 @@ interface GeoLoc {
|
|||||||
val type: LocType
|
val type: LocType
|
||||||
val children: Set<GeoLoc>
|
val children: Set<GeoLoc>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user