Constructor: mediaAreaWeather
Attributes:
Name | Type | Required |
---|---|---|
coordinates | MediaAreaCoordinates | Yes |
emoji | string | Yes |
temperature_c | double | Yes |
color | int | Yes |
Type: MediaArea
Example:
$mediaAreaWeather = ['_' => 'mediaAreaWeather', 'coordinates' => MediaAreaCoordinates, 'emoji' => 'string', 'temperature_c' => double, 'color' => int];