YMKSearchPanorama

Важно

This feature is available in the Full MapKit SDK version

@interface YMKSearchPanorama : NSObject

Panorama info.

Summary

Class methods

+ (nonnull YMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id
                                    direction:(nonnull YMKDirection *)direction
                                         span:(nonnull YMKSpan *)span
                                        point:(nonnull YMKPoint *)point;

Properties

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

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

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

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

Class methods

panoramaWithId:direction:span:point:

+ (nonnull YMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id
                                    direction:(nonnull YMKDirection *)direction
                                         span:(nonnull YMKSpan *)span
                                        point:(nonnull YMKPoint *)point;


Properties

id

@property (nonatomic, readonly, nonnull) NSString *id;

Machine readable panorama identifier.


direction

@property (nonatomic, readonly, nonnull) YMKDirection *direction;

Direction of the panorama center.


span

@property (nonatomic, readonly, nonnull) YMKSpan *span;

H-Span and V-Span hints for the panorama player.


point

@property (nonatomic, readonly, nonnull) YMKPoint *point;

Panorama point.