YMKSearchProperties

Важно

This feature is available in the Full MapKit SDK version

@interface YMKSearchProperties : NSObject

Generic key-value property storage.

Summary

Class methods

+ (nonnull YMKSearchProperties *)propertiesWithItems:(nonnull NSArray<YMKSearchPropertiesItem *> *)items;

Properties

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

Property list

Class methods

propertiesWithItems:

+ (nonnull YMKSearchProperties *)propertiesWithItems:(nonnull NSArray<YMKSearchPropertiesItem *> *)items;


Properties

items

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

Property list.


Предыдущая
Следующая