MostRecentForEachStationConstraints
public enum MostRecentForEachStationConstraints : String, Codable
Valid values for the constraint MostRecentForEachStation
.
-
Request the most recent METAR for each station
Declaration
Swift
case constraint = "constraint"
-
Post filter results after applying all other constrants
Declaration
Swift
case postfilter = "postfilter"
-
Do not apply this parameter. The same as omitting the parameter.
Declaration
Swift
case `false` = "false"
-
Same as the
postfilter
Declaration
Swift
case `true` = "true"