ios - Get all nearby places using MapKit -


I'm searching nearby places using Apple's map kit. The request category is a string though, and in my case @ "restaurant" comments show that there is no return. How can I display all locations without filtering the category? In other words all the places are available thanks in advance.

MKLocalSearchRequest * Requests = [[MKLocalSearchRequest alloc] init]; Request.naturalLanguageQuery = @ "Restaurant";


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -