YMKSearchReferencesObjectMetadata

Важно

This feature is available in the Full MapKit SDK version

@interface YMKSearchReferencesObjectMetadata : NSObject <YMKBaseMetadata>

Reference metadata information.

Summary

Class methods

+ (nonnull YMKSearchReferencesObjectMetadata *)referencesObjectMetadataWithReferences:(nonnull NSArray<YMKSearchReferenceType *> *)references;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<YMKSearchReferenceType *> *references;

The list of references

Class methods

referencesObjectMetadataWithReferences:

+ (nonnull YMKSearchReferencesObjectMetadata *)referencesObjectMetadataWithReferences:(nonnull NSArray<YMKSearchReferenceType *> *)references;


Properties

references

@property (nonatomic, readonly, nonnull)
    NSArray<YMKSearchReferenceType *> *references;

The list of references.