MMKHistoricalPanorama
@interface MMKHistoricalPanorama : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKHistoricalPanorama *)historicalPanoramaWithName:(nonnull NSString *)name |
Properties
@property (nonatomic, readonly, nonnull) NSString *name; |
@property (nonatomic, readonly, nonnull) NSString *panoramaId; |
@property (nonatomic, readonly, nonnull) NSDate *timestamp; |
Class methods
historicalPanoramaWithName:panoramaId:timestamp:
+ (nonnull MMKHistoricalPanorama *)historicalPanoramaWithName:(nonnull NSString *)name |
Properties
name
@property (nonatomic, readonly, nonnull) NSString *name; |
Undocumented
panoramaId
@property (nonatomic, readonly, nonnull) NSString *panoramaId; |
Undocumented
timestamp
@property (nonatomic, readonly, nonnull) NSDate *timestamp; |
Undocumented