Click or drag to resize
RouteLegSteps Property
doogal.co.uk Home



Gets the steps for this leg of the route.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<RouteStep> Steps { get; }

Property Value

Type: IEnumerableRouteStep
See Also