Warning
This feature is available in the Full MapKit SDK version
MMKSearchFilterCollectionNumberRange
class MMKSearchFilterCollectionNumberRange : NSObject |
Number range. Used for range filter.
Summary
Class methods
init(from: Double, to: Double) |
Properties
var from: Double { get } |
var to: Double { get } |
Class methods
init(from:to:)
init(from: Double, to: Double) |
Properties
from
var from: Double { get } |
Lower range limit.
to
var to: Double { get } |
Upper range limit.