Provides access to the properties for directions attribute mapping.
Members
Name | Description | |
---|---|---|
AttributeName | The network attribute name associated with the directions key name. | |
KeyName | The key name to be used for directions generation. |
IDirectionsAttributeMapping.AttributeName Property
The network attribute name associated with the directions key name.
Public Property AttributeName As String
public string AttributeName {get; set;}
IDirectionsAttributeMapping.KeyName Property
The key name to be used for directions generation.
Public Property KeyName As String
public string KeyName {get; set;}
Classes that implement IDirectionsAttributeMapping
Classes | Description |
---|---|
DirectionsAttributeMapping | A container for a directions attribute mapping. |