Module: ol/style/IconOrigin

ol/style/IconOrigin


Members

IconOrigin{string}

Icon origin. One of 'bottom-left', 'bottom-right', 'top-left', 'top-right'.

Properties:
Name Type Default Description
BOTTOM_LEFT string bottom-left

Origin is at bottom left

BOTTOM_RIGHT string bottom-right

Origin is at bottom right

TOP_LEFT string top-left

Origin is at top left

TOP_RIGHT string top-right

Origin is at top right

module:ol/style/IconOrigin.BOTTOM_LEFT{string}

Origin is at bottom left

Default Value:
  • bottom-left

module:ol/style/IconOrigin.BOTTOM_RIGHT{string}

Origin is at bottom right

Default Value:
  • bottom-right

module:ol/style/IconOrigin.TOP_LEFT{string}

Origin is at top left

Default Value:
  • top-left

module:ol/style/IconOrigin.TOP_RIGHT{string}

Origin is at top right

Default Value:
  • top-right