getSteps method
Use this method to retrieve the total number of steps in the result.
Syntax
let value = result.getSteps();
value = result.steps;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.
Return value
- Type: number