A single filter condition: property must match one of the given values. More...
Public Member Functions | |
| MapFilterCondition (this.property, this.values) | |
| Default constructor. | |
Public Attributes | |
| String | property |
| The feature property to match (e.g. "category", "kind"). | |
| List< String > | values |
| List of allowed values. Feature is visible if its property matches any of these. | |
A single filter condition: property must match one of the given values.
Dart code snippet:
Definition at line 23 of file map_filter_condition.dart.
| MapFilterCondition.MapFilterCondition | ( | this. | property, |
| this. | values ) |
Default constructor.
| String MapFilterCondition.property |
The feature property to match (e.g. "category", "kind").
Definition at line 29 of file map_filter_condition.dart.
| List<String> MapFilterCondition.values |
List of allowed values. Feature is visible if its property matches any of these.
Definition at line 33 of file map_filter_condition.dart.