TTPhoto
Objective-C
@interface TTPhoto : NSObject
Swift
class 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) NSString *_Nullable photoID;Swift
var photoID: String? { get set }
TTPhoto Class Reference