Coverage Area: Statewide. Provides access to all of the active incidents currently logged in our ROADS system. More...
Public Member Functions | |
| Alert[] | GetAlerts (string AccessCode) |
| Retrieves an array of currently active incidents. | |
| System.Data.DataSet | GetAlertsAsDataSet (string AccessCode) |
| Retrieves a dataset containing currently active incidents. | |
| Alert[] | SearchAlerts (string AccessCode, string StateRoute, string Region, DateTime?SearchTimeStart, DateTime?SearchTimeEnd, decimal?StartingMilepost, decimal?EndingMilepost) |
| Retrieves an array of incidents that match certain criteria. | |
| Alert | GetAlert (string AccessCode, int AlertID) |
| Retrieves a specific incident. | |
| string[] | GetEventCategories () |
| Selects an array of valid categories to use with SearchAlerts. | |
Coverage Area: Statewide. Provides access to all of the active incidents currently logged in our ROADS system.
| Alert HighwayAlerts.GetAlert | ( | string | AccessCode, |
| int | AlertID | ||
| ) |
Retrieves a specific incident.
| AccessCode | Your Traveler API Access Code. |
| AlertID | AlertID for a specific incident. |
Implements IHighwayAlerts.
| Alert [] HighwayAlerts.GetAlerts | ( | string | AccessCode | ) |
Retrieves an array of currently active incidents.
| AccessCode | Your Traveler API Access Code. |
Implements IHighwayAlerts.
| System.Data.DataSet HighwayAlerts.GetAlertsAsDataSet | ( | string | AccessCode | ) |
Retrieves a dataset containing currently active incidents.
| AccessCode | Your Traveler API Access Code. |
Implements IHighwayAlerts.
| string [] HighwayAlerts.GetEventCategories | ( | ) |
Selects an array of valid categories to use with SearchAlerts.
Implements IHighwayAlerts.
| Alert [] HighwayAlerts.SearchAlerts | ( | string | AccessCode, |
| string | StateRoute, | ||
| string | Region, | ||
| DateTime? | SearchTimeStart, | ||
| DateTime? | SearchTimeEnd, | ||
| decimal? | StartingMilepost, | ||
| decimal? | EndingMilepost | ||
| ) |
Retrieves an array of incidents that match certain criteria.
| AccessCode | Your Traveler API Access Code. |
| StateRoute | Optional. A State Route formatted as a three digit number. I-5 would be 005. |
| Region | Optional. Either NC, SC, SW, NW, OL, ER or HQ |
| SearchTimeStart | Optional. Will only find alerts occuring after this time. |
| SearchTimeEnd | Optional. Will only find alerts occuring before this time. |
| StartingMilepost | Optional. Will only find alerts after this milepost. |
| EndingMilepost | Optional. Will only find alerts before this milepost. |
Implements IHighwayAlerts.
1.8.0