YMKSearchSort
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKSearchSort : NSObject |
Describes response sort.
Summary
Class methods
|
+ (nonnull YMKSearchSort *)sortWithType:( YMKSearchSortType)type |
Properties
|
@property (nonatomic, readonly) YMKSearchSortType type; |
|
@property (nonatomic, readonly, nullable) NSNumber *origin; |
Class methods
sortWithType:origin:
|
+ (nonnull YMKSearchSort *)sortWithType:( YMKSearchSortType)type |
Properties
type
|
@property (nonatomic, readonly) YMKSearchSortType type; |
Sorting type.
origin
|
@property (nonatomic, readonly, nullable) NSNumber *origin; |
Sort origin (if results are ordered by distance).
Optional field, can be nil.