YMKSearchRelatedPlacesObjectMetadata

Важно

This feature is available in the Full MapKit SDK version

@interface YMKSearchRelatedPlacesObjectMetadata : NSObject <YMKBaseMetadata>

Snippet data to get related places info.

Summary

Class methods

+ (nonnull YMKSearchRelatedPlacesObjectMetadata *)relatedPlacesObjectMetadataWithSimilarPlaces:(nonnull NSArray<YMKSearchPlaceInfo *> *)similarPlaces;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<YMKSearchPlaceInfo *> *similarPlaces;

List of similar places

Class methods

relatedPlacesObjectMetadataWithSimilarPlaces:

+ (nonnull YMKSearchRelatedPlacesObjectMetadata *)relatedPlacesObjectMetadataWithSimilarPlaces:(nonnull NSArray<YMKSearchPlaceInfo *> *)similarPlaces;


Properties

similarPlaces

@property (nonatomic, readonly, nonnull)
    NSArray<YMKSearchPlaceInfo *> *similarPlaces;

List of similar places.


Следующая