public final class MeteoExtrasForecast extends Object
As explained in the api.met.no faq (http://api.met.no/faq.html#times) it doesn't make sense to give symbols and precipitation for a given point in time. This only make sense for a given period.
But in the Extras api we sometimes wants to return a PointForecast with a corresponding PeriodForecast, meaning a PeriodForecast for the period that the PointForecast is in. We also want to add information of whether the period is at night or not. More data will be added along the way.
| Constructor and Description |
|---|
MeteoExtrasForecast(PointForecast pointForecast,
PeriodForecast periodForecast) |
public MeteoExtrasForecast(PointForecast pointForecast, PeriodForecast periodForecast)
Copyright © 2015 Amedia. All rights reserved.