I am trying to recreate/get a same search list from MKLocalSearch but no luck. I tried many options with region, radius, delta. But my results different instead results from Apple Maps app. Result of apple maps is more better for all of idea for search places.
I used MapSearch app for example from Apple documentation
and options
MKLocalSearchRequest *request = [[MKLocalSearchRequest alloc] init];
request.naturalLanguageQuery = searchString;
request.region = MKCoordinateRegionMakeWithDistance(CLLocationCoordinate2DMake(self.userCoordinate.latitude, self.userCoordinate.longitude), 100, 100);
And its a big differents
Update:
I noticed when I put more precise queries, result is a same (if I put full name of place), but I don't have any idea how find more result use one letter like in example