Most voted "postcode" questions
Postal Code or Postal Address Code (CEP) is a code developed by postal administrations and created to facilitate the forwarding and delivery of mail. Each postal administration is free to create the code that best suits the postal and administrative reality of your country.
Learn more…8 questions
Sort by count of
-
40
votes9
answers10435
viewsMy city zip code, where can I find open, updated and reliable source?
The Postal Address Code, CEP (or ZIP code) the addresses of a city guarantee greater reliability to address data and to geolocation resolution by address... Remembering that address is not only…
-
10
votes3
answers7149
viewsClear ZIP code with Javascript
How to clear the formatting of a zip code field in this format: 87.678-000? I need to take out the "." and the "-" and return only the numbers. I tried something like, unfortunately it didn’t work.…
-
8
votes1
answer1135
viewsHow to get the full CEP using reverseGeocodeLocation on Xcode?
I’m using the reverseGeocodeLocation to search for the zip code and it works well; however, it only brings 5 digits of the zip code. How to get the full zip code? Follow the code: -…
-
7
votes2
answers2420
viewsChecking nearest branch of a zip code
I am working on a course system that has several branches. Within the register I have a zip code field and I would like him, through this zip code, to find the nearest branch. Is there an API or…
-
5
votes2
answers604
viewsTransforming place into zip code
Does anyone know a script on R, or could help me assemble one, take the name of a location and look for the zip code of this?
-
2
votes2
answers1303
viewsHow to do a ZIP search in VB
How do I collect address data(Street, City, Neighborhood, Street) of a site, referring to the entry zip code using VB? I have a similar code on C# I see two alternatives: Translate the code to VB…
-
1
votes1
answer586
viewsPostcode in c#
Does anyone know how to get all the zip codes from Portugal to use in a c#program? I’ve tried to look, but I can’t find anything concrete, so is there anyone who can help me? Thank you
-
1
votes0
answers685
viewsHow to get the full ZIP using Geocodelocation on Android?
I’m using the GPS to return the user’s address. Everything works very well, but the returned zip code is in the American standard, with 5 digits. Does anyone know any library or any way to get the…