TrafficFetcherGetSourceByURL Method | |
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 ITrafficSource GetSourceByURL(
string url
)
Public Function GetSourceByURL (
url As String
) As ITrafficSource
Parameters
- url
- Type: SystemString
The URL of the traffic source.
Return Value
Type:
ITrafficSourceThe
ITrafficSource from the given URL.
See Also