Class YMKSearchToponymResultMetadata

Common info for response from toponym search.

Class Methods

Properties

found

Approximate number of found objects.

responseInfo

Additional response info.

reversePoint

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

found

Approximate number of found objects.

responseInfo

Additional response info.

reversePoint

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

Method Detail

+toponymResultMetadataWithFound:responseInfo:reversePoint:

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

Property Detail

found

(assign, readonly) NSInteger found

Approximate number of found objects.

responseInfo

(assign, readonly) YMKSearchToponymResultMetadataResponseInfo * responseInfo

Additional response info.

Optional property, can be null.

reversePoint

(assign, readonly) YMKPoint * reversePoint

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

Optional property, can be null.