Click or drag to resize

TrafficFetcherGetSourceByURL Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an ITrafficSource from the given URL.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ITrafficSource GetSourceByURL(
	string url
)

Parameters

url
Type: SystemString
The URL of the traffic source.

Return Value

Type: ITrafficSource
The ITrafficSource from the given URL.
See Also