Searched defs:Pollution (Results 1 – 3 of 3) sorted by relevance
38 type Pollution struct { struct39 Time string `json:"time"`40 Location Coordinates `json:"location"`41 Data []PollutionData `json:"data"`42 Key string43 *Settings64 func (p *Pollution) PollutionByParams(params *PollutionParameters) error {
38 u := &UV{39 Key: k,40 Settings: NewSettings(),43 if err := setOptions(u.Settings, options); err != nil {65 func (u *UV) Historical(coord *Coordinates, start, end time.Time) error {