data class PictureTile
Serialized fragment of layer picture along with its offset within the layer.
<init> |
Serialized fragment of layer picture along with its offset within the layer. PictureTile(x: Double, y: Double, picture: String) |
picture |
Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON) val picture: String |
x |
Offset from owning layer left boundary val x: Double |
y |
Offset from owning layer top boundary val y: Double |