Click or drag to resize

HistoricalTrafficSourceGetTrafficInfo Method (String, DateTime)

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
)

Parameters

tmc
Type: SystemString
the TMC code to resolve
time
Type: SystemDateTime
the DateTime to get the TrafficInfo for. This will be UTC

Return Value

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

Implements

ITrafficSourceGetTrafficInfo(String, DateTime)
See Also