Warning

This feature is available in the Full MapKit SDK version

MMKSearchToponymResultMetadata

@interface MMKSearchToponymResultMetadata : NSObject <MMKBaseMetadata>

Common info for response from toponym search.

Summary

Class methods

+ (nonnull MMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found
                                                              responseInfo:(nullable MMKSearchToponymResultMetadataResponseInfo *)responseInfo
                                                              reversePoint:(nullable MMKPoint *)reversePoint;

Properties

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

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

Additional response info

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

Class methods

toponymResultMetadataWithFound:responseInfo:reversePoint:

+ (nonnull MMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found
                                                              responseInfo:(nullable MMKSearchToponymResultMetadataResponseInfo *)responseInfo
                                                              reversePoint:(nullable MMKPoint *)reversePoint;


Properties

found

@property (nonatomic, readonly) NSInteger found;

Approximate number of found objects.


responseInfo

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

Additional response info.

Optional field, can be nil.


reversePoint

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

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

Optional field, can be nil.