Warning

This feature is available in the Full MapKit SDK version

MMKSearchSortType

enum MMKSearchSortType : NSUInteger {}

Sort type as returned in response.

Summary

Enum cases

MMKSearchSortTypeRank
Results are ordered by rank (or "goodness")

MMKSearchSortTypeDistance
Results are ordered by distance from some origin

Enum cases

MMKSearchSortTypeRank

MMKSearchSortTypeRank

Results are ordered by rank (or "goodness").


MMKSearchSortTypeDistance

MMKSearchSortTypeDistance

Results are ordered by distance from some origin.