sdk-search / com.tomtom.online.sdk.search.poi.photos / PhotoDimensions

PhotoDimensions

@Beta(2020, 12) data class PhotoDimensions

Describes the dimensions of a photo.

Parameters

width - Width of a returned photo.

height - Height of a returned photo.

Constructors

<init>

PhotoDimensions(width: Int, height: Int)

Describes the dimensions of a photo.

Properties

height

val height: Int

Height of a returned photo.

width

val width: Int

Width of a returned photo.