Warning

This feature is available in the Full MapKit SDK version

YMKSearchPrecision

enum YMKSearchPrecision : UInt, @unchecked Sendable

Precision for matching house numbers (response vs. request).

Summary

Enum cases

case exact = 0
The house number in the response is exactly the same as requested (3/2 vs

case number = 1
The house number in the response has the same number part as the requested one (5 vs

case range = 2
The house number and coordinates are restored from the house range

case nearby = 3
The house number in the response is close to the requested one (13 vs

Enum cases

exact

case exact = 0

The house number in the response is exactly the same as requested (3/2 vs. 3/2)


number

case number = 1

The house number in the response has the same number part as the requested one (5 vs. 5a).


range

case range = 2

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.


nearby

case nearby = 3

The house number in the response is close to the requested one (13 vs. 11).