MMKSearchPhotoPhotoLink
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchPhotoPhotoLink : NSObject |
Photo link details.
Summary
Class methods
|
+ (nonnull MMKSearchPhotoPhotoLink *)photoLinkWithType:(nullable NSString *)type |
Properties
|
@property (nonatomic, readonly, nullable) NSString *type; |
|
@property (nonatomic, readonly, nonnull) NSString *uri; |
Class methods
photoLinkWithType:uri:
|
+ (nonnull MMKSearchPhotoPhotoLink *)photoLinkWithType:(nullable NSString *)type |
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.