Warning
This feature is available in the Full MapKit SDK version
MMKSearchBusinessFilterRangeValue
@interface MMKSearchBusinessFilterRangeValue : NSObject |
Value for range filters.
Summary
Class methods
+ (nonnull MMKSearchBusinessFilterRangeValue *)rangeValueWithFrom:( double)from |
Properties
@property (nonatomic, readonly) double from; |
@property (nonatomic, readonly) double to; |
Class methods
rangeValueWithFrom:to:
+ (nonnull MMKSearchBusinessFilterRangeValue *)rangeValueWithFrom:( double)from |
Properties
from
@property (nonatomic, readonly) double from; |
Minimum allowed filter value.
to
@property (nonatomic, readonly) double to; |
Maximum allowed filter value.