This document is archived and information here might be outdated. Recommended version. |
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
[Visual Basic .NET] Public Property LandmarkManeuverSources As IArray
[C#] public IArray LandmarkManeuverSources {get; set;}
[C++]
HRESULT get_LandmarkManeuverSources(
IArray** maneuverSources
);
[C++]
HRESULT putref_LandmarkManeuverSources(
IArray* maneuverSources
);
[C++] Parameters maneuverSources [out, retval]
maneuverSources is a parameter of type IArray** maneuverSources [in]
maneuverSources is a parameter of type IArray*