Warning

This feature is available in the Full MapKit SDK version

YMKSearchBusinessFilterRangeValue

@interface YMKSearchBusinessFilterRangeValue : NSObject

Value for range filters.

Summary

Class methods

+ (nonnull YMKSearchBusinessFilterRangeValue *)rangeValueWithFrom:( double)from
                                                               to:( double)to;

Properties

@property (nonatomic, readonly) double from;
Minimum allowed filter value

@property (nonatomic, readonly) double to;
Maximum allowed filter value

Class methods

rangeValueWithFrom:to:

+ (nonnull YMKSearchBusinessFilterRangeValue *)rangeValueWithFrom:( double)from
                                                               to:( double)to;


Properties

from

@property (nonatomic, readonly) double from;

Minimum allowed filter value.


to

@property (nonatomic, readonly) double to;

Maximum allowed filter value.