MMKSearchSort
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchSort : NSObject |
Describes response sort.
Summary
Class methods
|
 init(type: MMKSearchSortType, origin: NSNumber?) |
Properties
|
var type: MMKSearchSortType { get } |
|
var origin: NSNumber? { get } |
Class methods
init(type:origin:)
|
 init(type: MMKSearchSortType, origin: NSNumber?) |
Properties
type
|
var type: MMKSearchSortType { get } |
Sorting type.
origin
|
var origin: NSNumber? { get } |
Sort origin (if results are ordered by distance).
Optional field, can be nil.