app
app
/
in2000.pedalio.data.airquality.source.aqf
/
Location
Location
data
class
Location
(
val
areaclass
:
String
=
""
,
val
areacode
:
String
=
""
,
val
latitude
:
String
=
""
,
val
longitude
:
String
=
""
,
val
name
:
String
=
""
,
val
path
:
String
=
""
,
val
superareacode
:
String
=
""
)
Content copied to clipboard
Constructors
Properties
Constructors
Location
Link copied to clipboard
fun
Location
(
areaclass
:
String
=
""
,
areacode
:
String
=
""
,
latitude
:
String
=
""
,
longitude
:
String
=
""
,
name
:
String
=
""
,
path
:
String
=
""
,
superareacode
:
String
=
""
)
Content copied to clipboard
Properties
areaclass
Link copied to clipboard
val
areaclass
:
String
Content copied to clipboard
areacode
Link copied to clipboard
val
areacode
:
String
Content copied to clipboard
latitude
Link copied to clipboard
val
latitude
:
String
Content copied to clipboard
longitude
Link copied to clipboard
val
longitude
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
path
Link copied to clipboard
val
path
:
String
Content copied to clipboard
superareacode
Link copied to clipboard
val
superareacode
:
String
Content copied to clipboard