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) |
Class methods
relatedPlacesObjectMetadataWithSimilarPlaces:
|
+ (nonnull YMKSearchRelatedPlacesObjectMetadata *)relatedPlacesObjectMetadataWithSimilarPlaces:(nonnull NSArray<YMKSearchPlaceInfo *> *)similarPlaces; |
Properties
similarPlaces
|
@property (nonatomic, readonly, nonnull) |
List of similar places.