toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.weather
/
WeatherLayerMetadata
Weather
Layer
Metadata
data
class
WeatherLayerMetadata
(
val
id
:
String
,
val
title
:
String
,
val
description
:
String
,
val
type
:
String
,
val
imageUrl
:
URL
,
val
animatable
:
Boolean
,
val
categories
:
List
<
String
>
,
val
dataRange
:
String
,
val
dataCoverage
:
List
<
String
>
,
val
updateInterval
:
String
)
Members
Constructors
Weather
Layer
Metadata
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
description
:
String
,
type
:
String
,
imageUrl
:
URL
,
animatable
:
Boolean
,
categories
:
List
<
String
>
,
dataRange
:
String
,
dataCoverage
:
List
<
String
>
,
updateInterval
:
String
)
Properties
animatable
Link copied to clipboard
val
animatable
:
Boolean
categories
Link copied to clipboard
val
categories
:
List
<
String
>
data
Coverage
Link copied to clipboard
val
dataCoverage
:
List
<
String
>
data
Range
Link copied to clipboard
val
dataRange
:
String
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
image
Url
Link copied to clipboard
val
imageUrl
:
URL
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String
update
Interval
Link copied to clipboard
val
updateInterval
:
String