[Subject line corrected] On Jun 8, 4:47 pm, Laura Bazzanini <[email protected]> wrote: >> Thank you for the opportunity to speak in Italian:
In practice I try to use the API, to get a response containing the IP nationalities that require: eg www.google.com/apicountry?ip=109.113.27.41 response: 'Italy' or 'IT' or '<xml>it</ xml>' is the same, just that evaluates nationality. I wanted to make this script using the API, because I think the most reliable, having tested other services without obtaining a good result. Thanks for your help << Google don't use "apicountry" as an IP-location API in that manner. You need to use google.maps.ClientLocation, which is only available with the AJAX loader. See http://code.google.com/apis/ajax/documentation/#ClientLocation ClientLocation finds the client machine, you can't give it an arbitrary IP address. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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/google-maps-api?hl=en.
