setPosition

fun setPosition(el: HTMLElement, position: Point)(source)

Sets the position of el to coordinates specified by position, using CSS translate or top/left positioning depending on the browser (used by Leaflet internally to position its layers).