Warning

This feature is available in the Full MapKit SDK version

MMKSearchRelatedPlacesObjectMetadata

@interface MMKSearchRelatedPlacesObjectMetadata : NSObject <MMKBaseMetadata>

Snippet data to get related places info.

Summary

Class methods

+ (nonnull MMKSearchRelatedPlacesObjectMetadata *)relatedPlacesObjectMetadataWithSimilarPlaces:(nonnull NSArray<MMKSearchPlaceInfo *> *)similarPlaces;

Properties

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

List of similar places

Class methods

relatedPlacesObjectMetadataWithSimilarPlaces:

+ (nonnull MMKSearchRelatedPlacesObjectMetadata *)relatedPlacesObjectMetadataWithSimilarPlaces:(nonnull NSArray<MMKSearchPlaceInfo *> *)similarPlaces;


Properties

similarPlaces

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

List of similar places.