Traffic Constructor (IGenericTrafficSource, DateTime) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Traffic(
IGenericTrafficSource[] sources,
DateTime expires
)
Public Sub New (
sources As IGenericTrafficSource(),
expires As DateTime
)
Parameters
- sources
- Type: Telogis.GeoBase.TrafficIGenericTrafficSource
Data sources (implementations of ITrafficSource), which will be queried to determine the nature of traffic at a specified time. - expires
- Type: SystemDateTime
The expiry time for this traffic data.
See Also