StandardPlaceLabelsState class

Represents available states for StandardPlaceLabels features in the Standard style.

Inheritance

Constructors

StandardPlaceLabelsState.new({bool? hide, bool? highlight, bool? select})

Properties

hashCode int
The hash code for this object.
no setterinherited
hide bool?
When true, hides the label. Use this state when displaying a custom annotation on top.
getter/setter pair
highlight bool?
When true, the feature is highlighted. Use this state to create a temporary effect (e.g. hover).
getter/setter pair
map Map<String, Object?>
getter/setter pairinherited-setteroverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select bool?
When true, the feature is selected. Use this state to create a permanent effect. Note: the select state has a higher priority than highlight.
getter/setter pair

Methods

encode() Object
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited