Warning

This feature is available in the Full MapKit SDK version

MMKSearchPhotoPhotoLink

@interface MMKSearchPhotoPhotoLink : NSObject

Photo link details.

Summary

Class methods

+ (nonnull MMKSearchPhotoPhotoLink *)photoLinkWithType:(nullable NSString *)type
                                                   uri:(nonnull NSString *)uri;

Properties

@property (nonatomic, readonly, nullable) NSString *type;
Optional link type, for example "panorama"

@property (nonatomic, readonly, nonnull) NSString *uri;
Link URI

Class methods

photoLinkWithType:uri:

+ (nonnull MMKSearchPhotoPhotoLink *)photoLinkWithType:(nullable NSString *)type
                                                   uri:(nonnull NSString *)uri;


Properties

type

@property (nonatomic, readonly, nullable) NSString *type;

Optional link type, for example "panorama".

Optional field, can be nil.


uri

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

Link URI.