Traveler Information API
Loading...
Searching...
No Matches
FlowData Class Reference

Properties

int FlowDataID [get, set]
 
DateTime Time [get, set]
 
string StationName [get, set]
 
string Region [get, set]
 
RoadwayLocation FlowStationLocation [get, set]
 
FlowStationReading FlowReadingValue [get, set]
 

Detailed Description

A data structure that represents a Flow Station.

Property Documentation

◆ FlowDataID

int FlowData.FlowDataID
getset

A unique ID that identifies a specific station.

◆ FlowReadingValue

FlowStationReading FlowData.FlowReadingValue
getset

The current traffic condition at the flow station. Possible values: 0 = Unknown 1 = WideOpen 2 = Moderate 3 = Heavy 4 = StopAndGo 5 = NoData

◆ FlowStationLocation

RoadwayLocation FlowData.FlowStationLocation
getset

The location of the flow station.

◆ Region

string FlowData.Region
getset

The region that maintains the flow station.

◆ StationName

string FlowData.StationName
getset

The name of the flow station.

◆ Time

DateTime FlowData.Time
getset

The time of the station reading.