placeId property

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

A textual identifier that uniquely identifies a place. To retrieve information about the place, pass this identifier in the place_id field of a Places API request. For more information about place IDs, see the place ID overview.

Implementation

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