MMKSearchFilterCollectionDateRange
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchFilterCollectionDateRange : NSObject |
Date range. Dates are encoded as strings in YYYYMMDD format.
Summary
Class methods
|
 init(from: String, to: String) |
Properties
|
var from: String { get } |
|
var to: String { get } |
Class methods
init(from:to:)
|
 init(from: String, to: String) |
Properties
from
|
var from: String { get } |
Lower range limit.
to
|
var to: String { get } |
Upper range limit.