YMKSearchSortType
Warning
This feature is available in the Full MapKit SDK version
|
enum YMKSearchSortType : NSUInteger {} |
Sort type as returned in response.
Summary
Enum cases
|
YMKSearchSortTypeRank |
|
YMKSearchSortTypeDistance |
Enum cases
YMKSearchSortTypeRank
|
YMKSearchSortTypeRank |
Results are ordered by rank (or "goodness").
YMKSearchSortTypeDistance
|
YMKSearchSortTypeDistance |
Results are ordered by distance from some origin.