Warning

This feature is available in the Full MapKit SDK version

YMKSearchReferenceType

@interface YMKSearchReferenceType : NSObject

The type of reference.

Summary

Class methods

+ (nonnull YMKSearchReferenceType *)referenceTypeWithId:(nonnull NSString *)id
                                                  scope:(nonnull NSString *)scope;

Properties

@property (nonatomic, readonly, nonnull) NSString *id;
Reference ID

@property (nonatomic, readonly, nonnull) NSString *scope;
Reference scope

Class methods

referenceTypeWithId:scope:

+ (nonnull YMKSearchReferenceType *)referenceTypeWithId:(nonnull NSString *)id
                                                  scope:(nonnull NSString *)scope;


Properties

id

@property (nonatomic, readonly, nonnull) NSString *id;

Reference ID.


scope

@property (nonatomic, readonly, nonnull) NSString *scope;

Reference scope.