IDirectionsLandmarkSource Interface

Provides access to the properties for directions landmarks.

Members

Name Description
Read/write property FeatureClassName The name of the landmarks feature class.
Read/write property LabelFieldName The name of the landmarks feature class field which is used to access the landmark display name.
Read/write property LevelFieldName The name of the landmarks feature class field which is used to access the landmark Z-level value.
Read/write property SearchTolerance The search tolerance value used to find landmarks along the route using spatial search.
Read/write property SearchToleranceUnits The search tolerance value unit type.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.