Class: Shadow

ol.style. Shadow

Set Shadow style for point vector features.


new Shadow(options)

Parameters:
Name Type Description
options

Options.

Properties
Name Type Description
fill ol.style.Fill | undefined

fill style, default rgba(0,0,0,0.5)

radius number

point radius

blur number

lur radius, default radius/3

offsetX number

x offset, default 0

offsetY number

y offset, default 0

Implements:
  • ol.structs.IHasChecksum

Extends

  • ol.style.RegularShape

Methods


clone()

Clones the style.

Returns:
Type
ol.style.Shadow

getChecksum()