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
Post a Comment