for coordinates in Istanbul, the placefinder returns the district as the city name (e.g. "
Besiktas") and the City as the County name.
Example:
for 41.0031689227,28.973982748 the result is
{u'city': u'
Eminönü',
u'country': u'Turkey',
u'countrycode': u'TR',
u'county': u'Istanbul',
u'countycode': None
// etc...
}
is this correct and if yes, can I somehow normalize the results?