Click or drag to resize

TrafficRenderer Constructor (Traffic, DateTime)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render the given Traffic on a map object. The given time is used to determine the traffic congestion.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TrafficRenderer(
	Traffic traff,
	DateTime time
)

Parameters

traff
Type: Telogis.GeoBase.TrafficTraffic
The traffic to render. Traffic
time
Type: SystemDateTime
The time in UTC at which the traffic congestion is to be calculated, as a DateTime
See Also