Is it possible to use MKLocalSearch to find all nearby businesses?

后端 未结 1 1921
谎友^
谎友^ 2021-02-08 01:39

In order to avoid the API limits of foursquare or one of the other local search providers, I would like to use MKLocalSearch from iOS 6.1. The following code:

MK         


        
1条回答
  •  南笙
    南笙 (楼主)
    2021-02-08 02:21

    Apple documentation says that localSearchRequest.naturalLanguageQuery to be considered as natural Language query which means, you can type in anything and get the related results to your query. But Apples Maps database may not be returning the values as you expect.

    0 讨论(0)
提交回复
热议问题