TTPhoto
@interface TTPhoto : NSObject
Details of the POI photo.
-
The Id of the photo. To be used in the Points of Interest Photos API.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) NSString *_Nullable photoID;
Swift
var photoID: String? { get set }