startAddress property

  1. @BuiltValueField(wireName: r'start_address')
String? startAddress

Contains the human-readable address (typically a street address) resulting from reverse geocoding the start_location of this leg. This content is meant to be read as-is. Do not programmatically parse the formatted address.

Implementation

@BuiltValueField(wireName: r'start_address')
String? get startAddress;