JsonAspectRatio

data class JsonAspectRatio(var width: Double, var height: Double) : Parcelable

Finder aspect ratio

Constructors

Link copied to clipboard
constructor(width: Double, height: Double)

Properties

Link copied to clipboard

The height component of the aspect ratio.

Link copied to clipboard

The width component of the aspect ratio.

Functions

Link copied to clipboard

Converts JSON-compatible object to SDK object.