@Beta(2020, 12) class PoiPhotoSpecification
Defines the parameters of a POI photo.
id
- The ID of a photo returned by the POI Details endpoint.
photoDimensions
- Specifies the dimensions of the returned photo.
poiPhotoCacheStrategy
- Specifies the caching strategy for this photo.
class Builder
Builder used to create an instance of PoiPhotoSpecification. Once constructed, the user cannot change the field values. |
val id: UUID
The ID of a photo returned by the POI Details endpoint. |
|
val photoDimensions: PhotoDimensions?
Specifies the dimensions of the returned photo. |
|
val poiPhotoCacheStrategy: PoiPhotoCacheStrategy
Specifies the caching strategy for this photo. |