Warning
This feature is available in the Full MapKit SDK version
MMKSearchSnippet
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 |
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.
MMKSearchSnippetPanoramas
MMKSearchSnippetPanoramas = 1 << 5 |
Nearest panoramas to this point. See MMKSearchPanoramasObjectMetadata.