I m too facing the same issue for my apps developed for my client, in italy.

Earlier geocoder.getfromlocation(lat,lng) used to successfully return city 
from address.getlocation(), but now for all the locations in italy we are 
getting null for address.getlocation().

But for India that is my location i m getting citynames from 
address.getlocation() properly.


On Friday, December 30, 2011 1:02:08 PM UTC+5:30, Tero Kinnunen wrote:
>
> Hi,
>
> I've used reverse geocoding address locality to determine the city, and it 
> worked fine before. However, just recently the returned locality is now 
> often null. Example: query for location 59.436871, 17.932348 returns 
> address:
> Address[addressLines=[0:"Heikkiläntie 14",1:"01900 
> Helsinki",2:"Finland"],feature=14,admin=null,sub-admin=null,locality=null,thoroughfare=Heikkiläntie,postalCode=null,countryCode=FI,countryName=Finland,hasLatitude=true,latitude=60.4626323,hasLongitude=true,longitude=24.8192246,phone=null,url=null,extras=null]
>
> Here locality is null and what is worse, the address line 01900 Helsinki 
> is wrong, should be 01900 Nurmijärvi. Helsinki is reported as the city in 
> the address for all cities next to Helsinki, actually quite far away. The 
> same happens at least near Oulu and Tampere. Null localities appear to 
> occur also at least in London and Stockholm.
>
> Any ideas what is going on? Has the geocoding service changed somehow?
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to