photos property

  1. @BuiltValueField(wireName: r'photos')
BuiltList<PlacePhoto>? photos

An array of photo objects, each containing a reference to an image. A request may return up to ten photos. More information about place photos and how you can use the images in your application can be found in the Place Photos documentation.

Implementation

@BuiltValueField(wireName: r'photos')
BuiltList<PlacePhoto>? get photos;