Fetch Latitude Longitude by passing postcodes to maps.google.com using Javascript
        Posted  
        
            by Nirmal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nirmal
        
        
        
        Published on 2010-04-12T12:02:33Z
        Indexed on 
            2010/04/12
            12:33 UTC
        
        
        Read the original article
        Hit count: 421
        
Hello All...
I have Postcode in my large database, which contains values like SL5 9JH, LU1 3TQ etc.
Now when I am pasting above postcode to maps.google.com it's pointing to a perfect location..
My requirement is like I want to pass post codes to maps.google.com and it should return a related latitude and longitude of that pointed location, that I want to store in my database.
So, most probably there should be some javascript for that... If anybody have another idea regarding that please provide it..
Thanks in advance...
© Stack Overflow or respective owner