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