YMKSearchPrecision
Warning
This feature is available in the Full MapKit SDK version
|
enum YMKSearchPrecision : NSUInteger {} |
Precision for matching house numbers (response vs. request).
Summary
Enum cases
|
YMKSearchPrecisionExact |
|
YMKSearchPrecisionNumber |
|
YMKSearchPrecisionRange |
|
YMKSearchPrecisionNearby |
Enum cases
YMKSearchPrecisionExact
|
YMKSearchPrecisionExact |
The house number in the response is exactly the same as requested (3/2 vs. 3/2)
YMKSearchPrecisionNumber
|
YMKSearchPrecisionNumber |
The house number in the response has the same number part as the requested one (5 vs. 5a).
YMKSearchPrecisionRange
|
YMKSearchPrecisionRange |
The house number and coordinates are restored from the house range. This means that there is no information about this specific house, but there is information about a range of houses to infer house position from.
YMKSearchPrecisionNearby
|
YMKSearchPrecisionNearby |
The house number in the response is close to the requested one (13 vs. 11).