PictureTile

@Serializable
data class PictureTile(val x: Double, val y: Double, val picture: String)

Serialized fragment of layer picture along with its offset within the layer.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, picture: String)

Properties

Link copied to clipboard

Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)

Link copied to clipboard
val x: Double

Offset from owning layer left boundary

Link copied to clipboard
val y: Double

Offset from owning layer top boundary