views:

320

answers:

2

Hi, We have been using google AJAX API loader (to get the location of a client based on her IP) as described here:

code.google.com/apis/ajax/documentation/#ClientLocation

Earlier when the API loader was included in any file
then it used to populate the google.loader.ClientLocation property with data about the client

but two days back i found that it is returning null.

Any help is appreciated

+1  A: 

Well.. the reason i found is that the API is not able to resolve my IP. I don't know why... I found it to be working fine with other IPs.

Varun
A: 

I also got the same issue. while i checked the same code kept in the server located in US it shows the value something like USA. when i tried in mine its throws null.

tummy.developer