Warning
This feature is available in the Full MapKit SDK version
MMKSearchPanorama
@interface MMKSearchPanorama : NSObject |
Panorama info.
Summary
Class methods
+ (nonnull MMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id |
Properties
@property (nonatomic, readonly, nonnull) NSString *id; |
@property (nonatomic, readonly, nonnull) MMKDirection *direction; |
@property (nonatomic, readonly, nonnull) MMKSpan *span; |
@property (nonatomic, readonly, nonnull) MMKPoint *point; |
Class methods
panoramaWithId:direction:span:point:
+ (nonnull MMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id |
Properties
id
@property (nonatomic, readonly, nonnull) NSString *id; |
Machine readable panorama identifier.
direction
@property (nonatomic, readonly, nonnull) MMKDirection *direction; |
Direction of the panorama center.
span
@property (nonatomic, readonly, nonnull) MMKSpan *span; |
H-Span and V-Span hints for the panorama player.
point
@property (nonatomic, readonly, nonnull) MMKPoint *point; |
Panorama point.