urgency |
An enumeration of WeatherAlertUrgency representing a particular urgency level. |
Enum |
0 - Immediate
1 - Expected
2 - Future
3 - Past
4 - Unknown
|
severity |
An enumeration of WeatherAlertSeverity representing a particular severity level. |
Enum |
0 - Extreme
1 - Severe
2 - Moderate
3 - Minor
4 - Unknown
|
certainty |
An enumeration of WeatherAlertCertainty representing a particular certainty level. |
Enum |
0 - Observed
1 - Likely
2 - Possible
3 - Unlikely
4 - Unknown
|
eventNames |
Weather Alert event names filter. |
String Array |
|
corner1 |
Geographic coordinates used to be the map view port bounding box top left corner. |
Double Array |
|
corner2 |
Geographic coordinates used to be the map view port bounding box bottom right corner. |
Double Array |
|
point |
Geographic coordinates used to specify a single point. |
Double Array |
|
route |
The list of coordinates that make up the path of the route. |
List of Double Array |
|