Warning

This feature is available in the Full MapKit SDK version

YMKSearchToponymResultMetadata

@interface YMKSearchToponymResultMetadata : NSObject <YMKBaseMetadata>

Common info for response from toponym search.

Summary

Class methods

+ (nonnull YMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found
                                                              responseInfo:(nullable YMKSearchToponymResultMetadataResponseInfo *)responseInfo
                                                              reversePoint:(nullable YMKPoint *)reversePoint;

Properties

@property (nonatomic, readonly) NSInteger found;
Approximate number of found objects

@property (nonatomic, readonly, nullable)
    YMKSearchToponymResultMetadataResponseInfo *responseInfo;

Additional response info

@property (nonatomic, readonly, nullable) YMKPoint *reversePoint;
The search coordinates given via 'll' or parsed from 'text' (only in reverse mode)

Class methods

toponymResultMetadataWithFound:responseInfo:reversePoint:

+ (nonnull YMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found
                                                              responseInfo:(nullable YMKSearchToponymResultMetadataResponseInfo *)responseInfo
                                                              reversePoint:(nullable YMKPoint *)reversePoint;


Properties

found

@property (nonatomic, readonly) NSInteger found;

Approximate number of found objects.


responseInfo

@property (nonatomic, readonly, nullable)
    YMKSearchToponymResultMetadataResponseInfo *responseInfo;

Additional response info.

Optional field, can be nil.


reversePoint

@property (nonatomic, readonly, nullable) YMKPoint *reversePoint;

The search coordinates given via 'll' or parsed from 'text' (only in reverse mode).

Optional field, can be nil.