Class: Circle

Circle

Set circle style for vector features.

new ol.style.Circle(opt_options) experimental

Name Type Description
options optional

Options.

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

Fill style.

radius number

Circle radius.

snapToPixel boolean | undefined optional

If true integral numbers of pixels are used as the X and Y pixel coordinate when drawing the circle in the output canvas. If false fractional numbers may be used. Using true allows for "sharp" rendering (no blur), while using false allows for "accurate" rendering. Note that accuracy is important if the circle's position is animated. Without it, the circle may jitter noticeably. Default value is true.

stroke ol.style.Stroke | undefined optional

Stroke style.

Extends

Methods

getAnchor(){Array.<number>} experimental

Returns:
Anchor.
Returns:
Fill style.

getImage(pixelRatio){HTMLCanvasElement|HTMLVideoElement|Image} experimental

Name Type Description
pixelRatio number

Pixel ratio.

Returns:
Image element.

getOrigin(){Array.<number>} experimental

Returns:
Origin.

getRadius(){number} experimental

Returns:
Radius.

getRotation(){number} inherited experimental

Returns:
Rotation.

getScale(){number} inherited experimental

Returns:
Scale.

getSize(){ol.Size} experimental

Returns:
Size.
Returns:
Stroke style.