A single filter condition: property must match one of the given values. More...
#include <com/navigine/idl/objc/NCMapFilterCondition.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithProperty:values: |
| Default constructor for class NCMapFilterCondition. | |
Class Methods | |
| (nonnull instancetype) | + mapFilterConditionWithProperty:values: |
| Factory method for class NCMapFilterCondition. | |
Properties | |
| NSString * | property |
| The feature property to match (e.g. "category", "kind"). | |
| NSArray< NSString * > * | 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.
Swift code snippet:
Objective C code snippet:
Definition at line 25 of file NCMapFilterCondition.h.
| - (nonnull instancetype) initWithProperty: | (nonnull NSString *) | property | |
| values: | (nonnull NSArray< NSString * > *) | values |
Default constructor for class NCMapFilterCondition.
| + (nonnull instancetype) mapFilterConditionWithProperty: | (nonnull NSString *) | property | |
| values: | (nonnull NSArray< NSString * > *) | values |
Factory method for class NCMapFilterCondition.
|
readnonatomicassign |
The feature property to match (e.g. "category", "kind").
Definition at line 42 of file NCMapFilterCondition.h.
|
readnonatomicassign |
List of allowed values. Feature is visible if its property matches any of these.
Definition at line 47 of file NCMapFilterCondition.h.