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

ケマヨランという地区があります。ただし、kemayoran を表示するには someSearchString kemayora をフィードする必要があります。

同じように、Tebet を表示するには、tebet を挿入する必要があります。

私はすでにリージョンを使用しており、近くのリージョンに集中しています。それでもうまくいきません。

4

0 に答える 0