Warning

This feature is available in the Full MapKit SDK version

MMKSearchPrecision

enum MMKSearchPrecision : NSUInteger {}

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

Summary

Enum cases

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

MMKSearchPrecisionNumber
The house number in the response has the same number part as the requested one (5 vs

MMKSearchPrecisionRange
The house number and coordinates are restored from the house range

MMKSearchPrecisionNearby
The house number in the response is close to the requested one (13 vs

Enum cases

MMKSearchPrecisionExact

MMKSearchPrecisionExact

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


MMKSearchPrecisionNumber

MMKSearchPrecisionNumber

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


MMKSearchPrecisionRange

MMKSearchPrecisionRange

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.


MMKSearchPrecisionNearby

MMKSearchPrecisionNearby

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