Warning

This feature is available in the Full MapKit SDK version

MMKSearchDisplayType

enum MMKSearchDisplayType : NSUInteger {}

Result display type.

Summary

Enum cases

MMKSearchDisplayTypeSingle
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

MMKSearchDisplayTypeMultiple
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

Enum cases

MMKSearchDisplayTypeSingle

MMKSearchDisplayTypeSingle

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.


MMKSearchDisplayTypeMultiple

MMKSearchDisplayTypeMultiple

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.