Warning

This feature is available in the Full MapKit SDK version

MMKSearchFilterCollectionNumberRange

@interface MMKSearchFilterCollectionNumberRange : NSObject

Number range. Used for range filter.

Summary

Class methods

+ (nonnull MMKSearchFilterCollectionNumberRange *)numberRangeWithFrom:( double)from
                                                                   to:( double)to;

Properties

@property (nonatomic, readonly) double from;
Lower range limit

@property (nonatomic, readonly) double to;
Upper range limit

Class methods

numberRangeWithFrom:to:

+ (nonnull MMKSearchFilterCollectionNumberRange *)numberRangeWithFrom:( double)from
                                                                   to:( double)to;


Properties

from

@property (nonatomic, readonly) double from;

Lower range limit.


to

@property (nonatomic, readonly) double to;

Upper range limit.