doogal.co.uk Home
Gets the steps for this leg of the route.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<RouteStep> Steps { get; }
Public ReadOnly Property Steps As IEnumerable(Of RouteStep)
Get
public:
property IEnumerable<RouteStep^>^ Steps {
IEnumerable<RouteStep^>^ get ();
}
member Steps : IEnumerable<RouteStep> with get
Property Value
Type:
IEnumerableRouteStepSee Also