[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出现。
我已经使用了地区并专注于我附近的地区。仍然无效。