On Jan 26, 2:04 pm, Ludovic <[email protected]> wrote: > I have a very big site (10M VU in six moonths last year). > Some parts of pages must watch different contents if you are from a > different coutry than France, > > I want to know if it's possible to use Google Maps API for this amount > of queries(probably 1 query by VU maximum), or if I have another > option (even commercial) to do this ?
You should probably be looking at differentiating by IP address. Something like www.ip2location.com, for example -- other services are almost certainly available. I've used this in the past for precisely this purpose; buy and download set DB1 for a simple IP/country conversion which you can use server-side. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
