Provides access to the properties for directions landmarks.
Members
Name | Description | |
---|---|---|
FeatureClassName | The name of the landmarks feature class. | |
LabelFieldName | The name of the landmarks feature class field which is used to access the landmark display name. | |
LevelFieldName | The name of the landmarks feature class field which is used to access the landmark Z-level value. | |
SearchTolerance | The search tolerance value used to find landmarks along the route using spatial search. | |
SearchToleranceUnits | The search tolerance value unit type. | |
UseSpatialSearch | Indicates if spatial search should be used to locate landmarks along the route. |
IDirectionsLandmarkSource.FeatureClassName Property
The name of the landmarks feature class.
Public Property FeatureClassName As String
public string FeatureClassName {get; set;}
IDirectionsLandmarkSource.LabelFieldName Property
The name of the landmarks feature class field which is used to access the landmark display name.
Public Property LabelFieldName As String
public string LabelFieldName {get; set;}
IDirectionsLandmarkSource.LevelFieldName Property
The name of the landmarks feature class field which is used to access the landmark Z-level value.
Public Property LevelFieldName As String
public string LevelFieldName {get; set;}
IDirectionsLandmarkSource.SearchTolerance Property
The search tolerance value used to find landmarks along the route using spatial search.
Public Property SearchTolerance As Double
public double SearchTolerance {get; set;}
IDirectionsLandmarkSource.SearchToleranceUnits Property
The search tolerance value unit type.
Public Property SearchToleranceUnits As esriUnits
public esriUnits SearchToleranceUnits {get; set;}
IDirectionsLandmarkSource.UseSpatialSearch Property
Indicates if spatial search should be used to locate landmarks along the route.
Public Property UseSpatialSearch As Boolean
public bool UseSpatialSearch {get; set;}
Classes that implement IDirectionsLandmarkSource
Classes | Description |
---|---|
DirectionsLandmarkSource | Directions source information for landmark source feature classes. |