MKLocalSearch not finding obvious results

前端 未结 3 1472
生来不讨喜
生来不讨喜 2021-01-06 10:14

My code is virtually identical to the following example:

https://github.com/iamamused/Example-MKLocalSearch.git

Here are the important bits:

         


        
3条回答
  •  借酒劲吻你
    2021-01-06 10:28

    Posting this for those who still have similar problem. You shouldn't use MKLocalSearchRequest() instead use MKLocalSearchCompleter which gives better results and is used in current Apple Maps.

    You can learn how to implement in this answer

提交回复
热议问题