Warning

This feature is available in the Full MapKit SDK version

YMKHistoricalPanorama

@interface YMKHistoricalPanorama : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKHistoricalPanorama *)historicalPanoramaWithName:(nonnull NSString *)name
                                                   panoramaId:(nonnull NSString *)panoramaId
                                                    timestamp:(nonnull NSDate *)timestamp;

Properties

@property (nonatomic, readonly, nonnull) NSString *name;
Undocumented

@property (nonatomic, readonly, nonnull) NSString *panoramaId;
Undocumented

@property (nonatomic, readonly, nonnull) NSDate *timestamp;
Undocumented

Class methods

historicalPanoramaWithName:panoramaId:timestamp:

+ (nonnull YMKHistoricalPanorama *)historicalPanoramaWithName:(nonnull NSString *)name
                                                   panoramaId:(nonnull NSString *)panoramaId
                                                    timestamp:(nonnull NSDate *)timestamp;


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