Warning

This feature is available in the Full MapKit SDK version

YMKSearchBusinessFilterValues

@interface YMKSearchBusinessFilterValues : NSObject

Possible filter values.

Summary

Class methods

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithBooleans:(nonnull NSArray<YMKSearchBusinessFilterBooleanValue *> *)booleans;

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithEnums:(nonnull NSArray<YMKSearchBusinessFilterEnumValue *> *)enums;

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithRange:(nonnull YMKSearchBusinessFilterRangeValue *)range;

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithDate:(nonnull YMKSearchBusinessFilterDateValue *)date;

Properties

@property (nonatomic, readonly, nullable) NSArray<YMKSearchBusinessFilterBooleanValue *> *booleans

@property (nonatomic, readonly, nullable) NSArray<YMKSearchBusinessFilterEnumValue *> *enums

@property (nonatomic, readonly, nullable) YMKSearchBusinessFilterRangeValue *range

@property (nonatomic, readonly, nullable) YMKSearchBusinessFilterDateValue *date

Class methods

valuesWithBooleans:

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithBooleans:(nonnull NSArray<YMKSearchBusinessFilterBooleanValue *> *)booleans;


valuesWithEnums:

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithEnums:(nonnull NSArray<YMKSearchBusinessFilterEnumValue *> *)enums;


valuesWithRange:

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithRange:(nonnull YMKSearchBusinessFilterRangeValue *)range;


valuesWithDate:

+ (nonnull YMKSearchBusinessFilterValues *)valuesWithDate:(nonnull YMKSearchBusinessFilterDateValue *)date;


Properties

booleans

@property (nonatomic, readonly, nullable) NSArray<YMKSearchBusinessFilterBooleanValue *> *booleans


enums

@property (nonatomic, readonly, nullable) NSArray<YMKSearchBusinessFilterEnumValue *> *enums


range

@property (nonatomic, readonly, nullable) YMKSearchBusinessFilterRangeValue *range


date

@property (nonatomic, readonly, nullable) YMKSearchBusinessFilterDateValue *date