Traffic Constructor (IGenericTrafficSource) | |
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
)
Public Sub New (
sources As IGenericTrafficSource()
)
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.
Remarks Expiry time is
MaxValue to indicate it never expires.
See Also