@Beta(2020, 12) class Builder
Builder used to create an instance of PoiPhotoSpecification. Once constructed, the user cannot change the field values.
Builder(id: UUID)
Builder used to create an instance of PoiPhotoSpecification. Once constructed, the user cannot change the field values. |
fun build(): PoiPhotoSpecification
Constructs a new PoiPhotoSpecification. |
|
fun photoDimensions(photoDimensions: PhotoDimensions): PoiPhotoSpecification.Builder
Specifies the dimensions of the returned photo. |
|
fun poiPhotoCacheStrategy(poiPhotoCacheStrategy: PoiPhotoCacheStrategy): PoiPhotoSpecification.Builder
Specifies the caching strategy for this photo. |