[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 出现一样。
我已经使用区域并专注于我附近的区域。还是不行。