vicinity property

  1. @BuiltValueField(wireName: r'vicinity')
String? get vicinity

For establishment (types:[\"establishment\", ...]) results only, the vicinity field contains a simplified address for the place, including the street name, street number, and locality, but not the province/state, postal code, or country. For all other results, the vicinity field contains the name of the narrowest political (types:[\"political\", ...]) feature that is present in the address of the result. This content is meant to be read as-is. Do not programmatically parse the formatted address.

Implementation

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