Warning
This feature is available in the Full MapKit SDK version
MMKSearchBusinessFilterRangeValue
class MMKSearchBusinessFilterRangeValue : NSObject |
Value for range filters.
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 } |
Minimum allowed filter value.
to
var to: Double { get } |
Maximum allowed filter value.