Click or drag to resize

HistoricalTrafficSource.GetTrafficInfo Method (String, DateTime, TimeZone)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get TrafficInfo for the specified TMC code and time.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TrafficInfo GetTrafficInfo(
	string tmc,
	DateTime time,
	TimeZone timeZone
)

Parameters

tmc
Type: System.String
the TMC code to resolve
time
Type: System.DateTime
the DateTime to get the TrafficInfo for. This will be UTC
timeZone
Type: Telogis.GeoBase.TimeZone
The timezone this TMC code exists in. This can be used to convert the UTC time passed in to the local time for that TMC code

Return Value

Type: TrafficInfo
The TrafficInfo for the given TMC code at the specified DateTime

Implements

ITrafficSource.GetTrafficInfo(String, DateTime, TimeZone)
See Also