summary property

String? summary
final

summary Summary of the route taken as string. Depends on the steps parameter: if false, the summary will be a single string; if true, an array of strings for each step of the route leg.

Implementation

final String? summary;