On May 27, 9:26 am, Vishal Misquitta <[email protected]> wrote: > I just require the lat & long. Then i can use it to find the location. > Will the ip address provided will get us the accurate lat & long.
OK... Getting the lat and long is not part of the Maps API -- you need to use the AJAX loader API to get that and then would use the Maps API to display the location you found. See http://code.google.com/apis/ajax/documentation/#ClientLocation If you need to ask about how to use google.loader.ClientLocation, you should go to http://groups.google.com/group/Google-AJAX-Search-API Bear in mind, too, that finding an accurate lat and long from an IP address can be horribly inaccurate with some ISPs. 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 -~----------~----~----~----~------~----~------~--~---
