setOffset method

Marker setOffset(
  1. Point offset
)

Sets the offset of the marker @param {PointLike} offset The offset in pixels as a {@link PointLike} object to apply relative to the element's center. Negatives indicate left and up. @returns {Marker} this

Implementation

Marker setOffset(Point offset) =>
    Marker.fromJsObject(jsObject.setOffset(offset.jsObject));