Click or drag to resize

ITrafficRequest Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An ITrafficRequest provides access to or more ITrafficItem objects each containing traffic information for a single link. ITrafficItem.SetSpeed should be used to set the speed of each ITrafficItem as appropriate.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ITrafficRequest : IEnumerable<ITrafficItem>, 
	IEnumerable

The ITrafficRequest type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of ITrafficItem objects in the request.
Public propertyItem
Gets the specified ITrafficItem object.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableITrafficItem.)
Top
See Also