Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
Methods
-
Clones the style.
Returns:
The cloned style.
-
Get the background fill style for the text.
Returns:
Fill style.
-
Get the background stroke style for the text.
Returns:
Stroke style.
-
Get the fill style for the text.
Returns:
Fill style.
-
Get the font name.
Returns:
Font.
-
Get the maximum angle between adjacent characters.
Returns:
Angle in radians.
-
Get the x-offset for the text.
Returns:
Horizontal text offset.
-
Get the y-offset for the text.
Returns:
Vertical text offset.
-
Get the
overflow
configuration.Returns:
Let text overflow the length of the path they follow.
-
Get the padding for the text.
Returns:
Padding.
-
Get the label placement.
Returns:
Text placement.
-
Determine whether the text rotates with the map.
Returns:
Rotate with map.
-
Get the text rotation.
Returns:
Rotation.
-
Get the text scale.
Returns:
Scale.
-
Get the stroke style for the text.
Returns:
Stroke style.
-
Get the text to be rendered.
Returns:
Text.
-
Get the text alignment.
Returns:
Text align.
-
Get the text baseline.
Returns:
Text baseline.
-
Set the background fill.
Name Type Description fill
module:ol/style/Fill~Fill Fill style.
-
Set the background stroke.
Name Type Description stroke
module:ol/style/Stroke~Stroke Stroke style.
-
Set the fill.
Name Type Description fill
module:ol/style/Fill~Fill Fill style.
-
Set the font.
Name Type Description font
string | undefined Font.
-
Set the maximum angle between adjacent characters.
Name Type Description maxAngle
number Angle in radians.
-
Set the x offset.
Name Type Description offsetX
number Horizontal text offset.
-
Set the y offset.
Name Type Description offsetY
number Vertical text offset.
-
Set the
overflow
property.Name Type Description overflow
boolean Let text overflow the path that it follows.
-
Set the padding (
[top, right, bottom, left]
).Name Type Description padding
Array.<number> Padding.
-
Set the text placement.
Name Type Description placement
module:ol/style/TextPlacement | string Placement.
-
Set the rotation.
Name Type Description rotation
number | undefined Rotation.
-
Set the scale.
Name Type Description scale
number | undefined Scale.
-
Set the stroke.
Name Type Description stroke
module:ol/style/Stroke~Stroke Stroke style.
-
Set the text.
Name Type Description text
string | undefined Text.
-
Set the text alignment.
Name Type Description textAlign
string | undefined Text align.
-
Set the text baseline.
Name Type Description textBaseline
string | undefined Text baseline.