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