Click or drag to resize

ILinkTrafficSourceGetTrafficInfo Method (UInt64, TrafficDirectionType, DateTime, TimeZone)

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,
	TimeZone timezone
)

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.
timezone
Type: Telogis.GeoBaseTimeZone
The timezone this LinkId exists in. This can be used to convert the UTC time passed in to the local time for the LinkId

Return Value

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