InrixPredictiveRealTimeTrafficSource Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an INRIX V1 traffic source with prediction of upcoming traffic congestion.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public InrixPredictiveRealTimeTrafficSource(
XmlReader trafficData,
XmlReader dataDefinition
)
Public Sub New (
trafficData As XmlReader,
dataDefinition As XmlReader
)
Parameters
- trafficData
- Type: System.XmlXmlReader
XML data source providing traffic speed data.
XmlReader. - dataDefinition
- Type: System.XmlXmlReader
XML data source providing reference speed data.
XmlReader.
See Also