Provides access to a GP service for retrieving traffic feed data.
Members
| Name | Description | |
|---|---|---|
![]() |
ConnectionProperties | Connection properties of the GP service. |
![]() |
ServiceName | The name of the GP service. |
![]() |
TaskName | The name of the GP service task which returns a URL to TrafficIndex.xml. |
ITrafficFeedGPService.ConnectionProperties Property
Connection properties of the GP service.
Public Property ConnectionProperties As IPropertySet
public IPropertySet ConnectionProperties {get; set;}
ITrafficFeedGPService.ServiceName Property
The name of the GP service.
Public Property ServiceName As String
public string ServiceName {get; set;}
ITrafficFeedGPService.TaskName Property
The name of the GP service task which returns a URL to TrafficIndex.xml.
Public Property TaskName As String
public string TaskName {get; set;}
Classes that implement ITrafficFeedGPService
| Classes | Description |
|---|---|
| TrafficFeedGPService | A container for members in traffic feed data. |
