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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -