Placement
data class Placement @JvmOverloads constructor(val inBackground: Boolean, val anchor: Point2F? = null, val padding: Rect? = null) : Parcelable
Placement specification of text and/or image inside map place object. You have to choose between anchor or padding placement