Click or drag to resize

HistoricalTrafficSourceGetTrafficInfo 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: SystemString
the TMC code to resolve
time
Type: SystemDateTime
the DateTime to get the TrafficInfo for. This will be UTC
timeZone
Type: Telogis.GeoBaseTimeZone
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

ITrafficSourceGetTrafficInfo(String, DateTime, TimeZone)
See Also