POIVisibilityCondition

Describes a POI style to render both POI icon and label on a MapView.

Parameters

styleName

Name of the shape style

minMapScaleFactor

Minimum Map Scale Factor expressed in meters / logical pixel (0: unlimited)

maxMapScaleFactor

Maximum Map Scale Factor expressed in meters / logical pixel (0: unlimited)

visible

Visibility status of this POI Style

icon

Absolute pathname to a PNG file.

fontColor

ARGB color of the label

fontSize

size (in pixels) of the label

fontWeight

Font Weight of the label

fontOutlineColor

optional outlined ARGB color of the label

textHAlign

Horizontal text alignment option around an icon

textVAlign

Vertical text alignment option around an icon

textFromAttributeCode

Specifies the (string) attribute to use for displaying the label.

textMaxPriority

Set a maximum display priority for drawing POI's labels.

backgroundColor

ARGB background color (default is 0 : no background color)

backgroundBorderColor

ARGB border color (default is 0 : no border)

visibilityCondition

condition to apply the style: if ViewAlways always displayed (default), if ViewIn2D only in 2D, if ViewIn3D only in 3D.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.