如何使geocodeAddressString对所有区域名称更敏感

时间:2012-07-05 07:18:13

标签: objective-c xcode4.3

    [Geocode geocodeAddressString:someSearchString completionHandler: ^(NSArray * placemarks, NSError *error)
     {
         [self ParseDistrict:placemarks];
         [ThreadClass CommitWithDoMOCUpdate];
         [[NSNotificationCenter defaultCenter] postNotificationName:notifyFinishDownloadingData object:self];
     }];

有一个名为Kemayoran的地区。但是我得到了一些SearchString kemayora来让kemayoran出现。

我必须插入tebet才能让Tebet出现。

我已经使用了地区并专注于我附近的地区。仍然无效。

0 个答案:

没有答案