Warning

This feature is available in the Full MapKit SDK version

YMKCompanyTapInfo

@interface YMKCompanyTapInfo : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKCompanyTapInfo *)companyTapInfoWithPermalink:(nonnull NSString *)permalink
                                               screenPoint:(nonnull YMKScreenPoint *)screenPoint;

Properties

@property (nonatomic, readonly, nonnull) NSString *permalink;
Permalink of the company which icon or text was tapped

@property (nonatomic, readonly, nonnull) YMKScreenPoint *screenPoint;
The screen position of the company tapped icon

Class methods

companyTapInfoWithPermalink:screenPoint:

+ (nonnull YMKCompanyTapInfo *)companyTapInfoWithPermalink:(nonnull NSString *)permalink
                                               screenPoint:(nonnull YMKScreenPoint *)screenPoint;


Properties

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

Permalink of the company which icon or text was tapped. The permalink may be used to show company info page


screenPoint

@property (nonatomic, readonly, nonnull) YMKScreenPoint *screenPoint;

The screen position of the company tapped icon. The screenPoint may be useful in positioning company info page