Class StaticMapLabel.Builder
java.lang.Object
com.cercalia.sdk.model.staticmaps.StaticMapLabel.Builder
- Enclosing class:
- StaticMapLabel
Builder for
StaticMapLabel.-
Method Summary
Modifier and TypeMethodDescription@NotNull StaticMapLabelbuild()outlineColor(@NotNull RGBAColor outlineColor) outlineSize(int outlineSize)
-
Method Details
-
outlineColor
- Parameters:
outlineColor- Color of the text. @return This builder.
-
outlineSize
- Parameters:
outlineSize- Font size of the text. @return This builder.
-
fillColor
- Parameters:
fillColor- Background color of the label. @return This builder.
-
build
- Returns:
- A new
StaticMapLabelinstance.
-