YMKSearchDisplayType
Warning
This feature is available in the Full MapKit SDK version
|
enum YMKSearchDisplayType : NSUInteger {} |
Result display type.
Summary
Enum cases
|
YMKSearchDisplayTypeSingle |
|
YMKSearchDisplayTypeMultiple |
Enum cases
YMKSearchDisplayTypeSingle
|
YMKSearchDisplayTypeSingle |
Each result makes sense without the others (that is toponyms), they probably shouldn'be displayed as a group, and probably there's no need to make additional requests after user moves the map or zooms in or out.
YMKSearchDisplayTypeMultiple
|
YMKSearchDisplayTypeMultiple |
Results are meaningful as a group (that is category query), they should be displayed all together, and it makes sense to send additional requests after user changes visible map region.