Click or drag to resize

ILinkTrafficSourceGetTrafficInfo Method (UInt64, TrafficDirectionType, DateTime)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to resolve a given LinkID and DateTime to a TrafficInfo.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
TrafficInfo GetTrafficInfo(
	ulong linkId,
	TrafficDirectionType direction,
	DateTime time
)

Parameters

linkId
Type: SystemUInt64
The LinkId to resolve.
direction
Type: Telogis.GeoBase.TrafficTrafficDirectionType
The direction with respect to the given linkId (from reference, for example).
time
Type: SystemDateTime
The DateTime to get the TrafficInfo for. This will be UTC.

Return Value

Type: TrafficInfo
The TrafficInfo for the given LinkId at the specified DateTime.
See Also