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 开发者_Python百科advise.You could use the geocoder service to get the address information for your various points along your path. The GeocoderResults
object has an address array, which has a postal_code
type.
精彩评论