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
                                    direction:(nonnull MMKDirection *)direction
                                         span:(nonnull MMKSpan *)span
                                        point:(nonnull MMKPoint *)point;

Properties

@property (nonatomic, readonly, nonnull) NSString *id;
Machine readable panorama identifier

@property (nonatomic, readonly, nonnull) MMKDirection *direction;
Direction of the panorama center

@property (nonatomic, readonly, nonnull) MMKSpan *span;
H-Span and V-Span hints for the panorama player

@property (nonatomic, readonly, nonnull) MMKPoint *point;
Panorama point

Class methods

panoramaWithId:direction:span:point:

+ (nonnull MMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id
                                    direction:(nonnull MMKDirection *)direction
                                         span:(nonnull MMKSpan *)span
                                        point:(nonnull MMKPoint *)point;


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.