MMKSearchSnippet
Warning
This feature is available in the Full MapKit SDK version
|
enum MMKSearchSnippet : NSUInteger {} |
Requested snippets bitmask.
Snippets are additional pieces of information (possibly from different services) which are not directly stored in object metadata but may be requested separately based on client needs.
Different snippets are applicable to different objects: some of the snippets can be provided only for toponyms, some for businesses and some for all object types.
Summary
Enum cases
|
MMKSearchSnippetNone = 0 |
|
MMKSearchSnippetPhotos = 1 |
|
MMKSearchSnippetBusinessRating1x = 1 << 1 |
|
MMKSearchSnippetPanoramas = 1 << 5 |
Enum cases
MMKSearchSnippetNone
|
MMKSearchSnippetNone = 0 |
Default value: no snippets requested.
MMKSearchSnippetPhotos
|
MMKSearchSnippetPhotos = 1 |
Related photos snippet (can be requested for a business or toponym). See MMKSearchBusinessPhotoObjectMetadata.
MMKSearchSnippetBusinessRating1x
|
MMKSearchSnippetBusinessRating1x = 1 << 1 |
Information about ratings (can be requested for a business). See MMKSearchBusinessRating1xObjectMetadata.
MMKSearchSnippetPanoramas
|
MMKSearchSnippetPanoramas = 1 << 5 |
Nearest panoramas to this point. See MMKSearchPanoramasObjectMetadata.