On 5 June 2010 14:32, abhishek <[email protected]> wrote: > I am looking for a dynamic address verifier with if i give the PIN > code of UK, it gives me the possible addresses, > also if i give the address, it should validate the address is correct > or not, > pl can anyone suggest which service should i use,
The API doesn't provide this. In fact the only legal service which provides postcode*/address conversion is entirely owned by Royal Mail: it's called the Postcode Address File or PAF and is not free. The address/postcode correlation is the copyright property of Royal Mail and is not included in the exercise which will eventually release Ordnance Survey data. http://www.royalmail.com/portal/rm/jump2?catId=400084&mediaId=400085 I suppose it would be possible to geocode a postcode and then reverse geocode the result to an address range. The API would help with that but postcode-geocoding doesn't work accurately, so you'll need Ordnance Survey data which isn't free yet. Google do provide the other half of the process (location to address), but there's no guarantee about accuracy there. * PIN codes are postcodes in Europe, and zip codes in the US. -- 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.
