Warning

This feature is available in the Full MapKit SDK version

MMKSearchProperties

@interface MMKSearchProperties : NSObject

Generic key-value property storage.

Summary

Class methods

+ (nonnull MMKSearchProperties *)propertiesWithItems:(nonnull NSArray<MMKSearchPropertiesItem *> *)items;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchPropertiesItem *> *items;

Property list

Class methods

propertiesWithItems:

+ (nonnull MMKSearchProperties *)propertiesWithItems:(nonnull NSArray<MMKSearchPropertiesItem *> *)items;


Properties

items

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchPropertiesItem *> *items;

Property list.