placeId property

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

A unique identifier that can be used with other Google APIs. For example, you can use the place_id in a Places API request to get details of a local business, such as phone number, opening hours, user reviews, and more. See the place ID overview.

Implementation

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