On Jun 25, 8:06 am, Deva raju <[email protected]> wrote: > > i need a function in javascript that should return zipcode only by > given street address,city and state. > > or > i need a function in javascript that should return zipcode array only > by given street address,city and state (if zipcode is more than one).
Have you looked at the documentation? http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GClientGeocoder Bear in mind that although the geocoder returns an address and will probably include a zip/post/pin code, it's not designed as an address validator. Also: any particular address will almost certainly not have more than one zipcode. But getLocations() can return an array of results. > plz reply me ASAP. http://www.catb.org/%7Eesr/faqs/smart-questions.html#urgent -- 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.
