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 |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *id; |
|
@property (nonatomic, readonly, nonnull) YMKDirection *direction; |
|
@property (nonatomic, readonly, nonnull) YMKSpan *span; |
|
@property (nonatomic, readonly, nonnull) YMKPoint *point; |
Class methods
panoramaWithId:direction:span:point:
|
+ (nonnull YMKSearchPanorama *)panoramaWithId:(nonnull NSString *)id |
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.