endAddress property

  1. @BuiltValueField(wireName: r'end_address')
String? endAddress

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

Implementation

@BuiltValueField(wireName: r'end_address')
String? get endAddress;