ios - CLGeocoder geocodeAddressString not working with partial place names (i.e. 'Lond' doesn't show 'London') -
i'm trying use apple's clgeocoder search place based on string , latitude/longitude of it. i'm using instant feedback system, type address in, suggestions made beneath search field selection can made from, using function:
(void)geocodeaddressstring:(nsstring *)addressstring completionhandler:(clgeocodecompletionhandler)completionhandler
however, seems search each space-separated token in exact form opposed part of word. example, if search 'lond', "lond, sheopur, madhya pradesh, india" instead of "london".
how can make clgeocoder work partial place names , return 'london' string 'lond'?
thanks,
Comments
Post a Comment