On 26 March 2012 20:31, Rajesh Verma1 <[email protected]> wrote: > Hi, > I have requirement that user wants to enter zip code and that get the > location with goggle map. > > Please send API Link if is there.
The first port of call should always be the documentation. If it's a new requirement, you should be using Version 3, not Version 2 (which is the subject of this group). As a starter, here's the V3 documentation example: https://google-developers.appspot.com/maps/documentation/javascript/examples/geocoding-simple Note: some countries' postcodes won't geocode. India is a principal casualty here. Note: if you do use Version 3, this is not the right Group. You need https://developers.google.com/maps/documentation/javascript/forum -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
