I have a requirement to implement google map direction.User will supply source and destination.Then the full path will be shown in google map.It also show all the zip code which are lies on this path.
I dig around Google but could not found any solution to get zip code.
Please help me if you have any advise.
You could use the geocoder service to get the address information for your various points along your path. The
GeocoderResultsobject has an address array, which has apostal_codetype.