Class: Style

Style

experimental new ol.style.Style(opt_options)

Name Type Argument Description
options optional

Style options.

Name Type Description
fill ol.style.Fill | undefined

Fill style.

image ol.style.Image | undefined

Image style.

stroke ol.style.Stroke | undefined

Stroke style.

text ol.style.Text | undefined

Text style.

zIndex number | undefined

Z index.

Methods

experimental getFill(){ol.style.Fill}

Returns:
style.

experimental getImage(){ol.style.Image}

Returns:
style.

experimental getStroke(){ol.style.Stroke}

Returns:
style.

experimental getText(){ol.style.Text}

Returns:
style.

experimental getZIndex(){number|undefined}