getDetailedInstruction method
//////////// //////////// Provides a human-readable description of the navigation step
Implementation
// III.D - Helper Methods
///////////////
/// Provides a human-readable description of the navigation step
String getDetailedInstruction() {
return '$instruction (${_formatDistance(distance)}, ${_formatDuration(duration)})';
}