Click or drag to resize

ITrafficItem Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An ITrafficItem object provides information about a single StreetLink. Implementors of IBatchTrafficSource should call ITrafficItem.SetSpeed to specify traffic speeds.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ITrafficItem

The ITrafficItem type exposes the following members.

Properties
  NameDescription
Public propertyDirection
The traffic direction associated with this ITrafficItem.
Public propertyLinkId
The link ID for the link associated with this ITrafficItem.
Public propertyLinkNumber
The index of StreetLink within Street.Links.
Public propertyStreet
The street associated with this ITrafficItem.
Public propertyStreetLink
The street link associated with this ITrafficItem.
Public propertyTime
The time traffic is being requested for (UTC).
Public propertyTimeZone
The timezone for the link associated with this ITrafficItem.
Public propertyTMC Obsolete.
The TMC code for the link associated with this ITrafficItem.
Public propertyTMCs
The TMC codes for the link associated with this ITrafficItem.
Top
Methods
  NameDescription
Public methodSetSpeed
Sets the link speed. Use this function to specify traffic speeds.
Top
See Also