Важно

This feature is available in the Full MapKit SDK version

YMKSearchToponymResultMetadata

class YMKSearchToponymResultMetadata : NSObject, YMKBaseMetadata

Common info for response from toponym search.

Summary

Class methods

 init(found: Int,
 responseInfo: YMKSearchToponymResultMetadataResponseInfo?,
 reverse reversePoint: YMKPoint?)

Properties

var found: Int { get }
Approximate number of found objects

var responseInfoYMKSearchToponymResultMetadataResponseInfo? { get }
Additional response info

var reversePointYMKPoint? { get }
The search coordinates given via 'll' or parsed from 'text' (only in reverse mode)

Class methods

init(found:responseInfo:reverse:)

 init(found: Int,
 responseInfo: YMKSearchToponymResultMetadataResponseInfo?,
 reverse reversePoint: YMKPoint?)


Properties

found

var found: Int { get }

Approximate number of found objects.


responseInfo

var responseInfo: YMKSearchToponymResultMetadataResponseInfo? { get }

Additional response info.

Optional field, can be nil.


reversePoint

var reversePoint: YMKPoint? { get }

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

Optional field, can be nil.