1

Does Google have any service that can turn an IP into a location?

makes
  • 6,438
  • 3
  • 40
  • 58
Adam Ramadhan
  • 22,712
  • 28
  • 84
  • 124

1 Answers1

1

Try google.loader.ClientLocation.

ClientLocation has the following properties:

google.loader.ClientLocation.latitude
google.loader.ClientLocation.longitude
google.loader.ClientLocation.address.city
google.loader.ClientLocation.address.country
google.loader.ClientLocation.address.country_code
google.loader.ClientLocation.address.region
makes
  • 6,438
  • 3
  • 40
  • 58