Questions tagged [postal-code]

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.

In February 2005, 117 of the 190 member countries of the Universal Postal Union had postal code systems. Countries that do not have national systems include Ireland and Panama. Although Hong Kong and Macau are now Special Administrative Regions of China, each maintains its own long-established postal system, which does not utilize postal codes for domestic mail, and no postal codes are assigned to Hong Kong and Macau. Mail between Hong Kong, Macau and mainland China is treated as international.

399 questions
1
vote
1 answer

PHP Distance between 2 UK postcodes

I've been on this for a good 3 weeks now, trying to figure it out. This is part of a website I am trying to build for a project at uni. The users register to my website giving a few details (including their postcode) then once you're registered the…
PtiSinge
  • 25
  • 2
  • 6
1
vote
2 answers

Get Lat and long from postcode without using the map android

I have an app that calculate the distances between my current location to the specific location. I am able to do this by entering the lat and long manually. is the a way to get lat and long from the postcode provided by the user without using the…
David Bukera
  • 1,263
  • 2
  • 8
  • 6
1
vote
1 answer

Map exceeds the maximum number of spatial elements (SSRS 2012)

Morning all I've been trolling the internet for hours and keep getting the same sites with the same answers but no resolutions, so I'm posting on here as its the best place. I have some experience of creating maps in SSRS using UK ersi files but I…
1
vote
1 answer

Google Map places API - search address by country and code postal

Please I want to use the autocomplete places API to get address based on country 'fr' and postal code like 87000 This is what I have done: function initialize() { var quartier = document.getElementById('quartiers'); var request = { …
user3068929
  • 11
  • 1
  • 3
1
vote
3 answers

What are good ways to get all zipcodes/postal codes within a city?

Now I know using Geocomplete I can get city,state postal codes and lot other info.How can I get all postal codes / zipcodes within a city.Like this one I found here.Can I get it from geocomplete or should I query it from a geoip database like…
MD. Mohiuddin Ahmed
  • 2,092
  • 2
  • 26
  • 35
1
vote
1 answer

Need to calculate latitude longitude from postal code database when location has multiple codes

How do I calculate the lat/lon for a given location from a postal code database when there are multiple codes for a given location? For example, New York City has 165 postal codes. SQL example (There is also a Latitude and Longitude column in the…
Redtopia
  • 4,947
  • 7
  • 45
  • 68
1
vote
2 answers

QAS Pro. Problems with certain addresses

I work for a call centre that has been using QAS Pro for near 2 years now. We use a resource DLL inside access databases to talk to the internally hosted QAS server. Its only use is to gather address details based on postcode. So the first…
Jonny462
  • 21
  • 2
  • 5
1
vote
1 answer

Bing maps rest service get full addresses from postcode

I was wondering if there was functionality in the Bing maps API that allows you specify a postcode and it returns all possible addresses within that postcode area? For example, on some sites when entering your address, you have the option to specify…
Paul Carter
  • 127
  • 1
  • 6
1
vote
3 answers

Case insensitive UK postcode regex

I have the following regular expression for matching UK postcodes: GIR[…
dtsg
  • 4,408
  • 4
  • 30
  • 40
1
vote
2 answers

Postcode/Location search - PHP

Sorry for this one but I'm lost. I'm trying to build a search page that uses either a UK Postcode or location to find an airsoft site (Lets call them "stores" so I don't have to explain to those who don't know what airsoft is), every store I have…
Nicholas-c
  • 123
  • 2
  • 6
1
vote
1 answer

Regex extract characters depending on string length

I want to extract the outcode of a UK postcode. All the background is here: UK Postcode Regex (Comprehensive) But it's not validation, so this should do: first 2 characters for a postcode of length 5 first 3 characters for a postcode of length…
Rico
  • 1,998
  • 3
  • 24
  • 46
1
vote
1 answer

PHP: dynamic delivery cost according to postcode

The task is just like the title says: implement in PHP a feature that dynamically sets the delivery cost according to given postcode for United Kingdom. It would be a part of an e-commerce application (precisely: prestashop). It should work more or…
ducin
  • 25,621
  • 41
  • 157
  • 256
1
vote
1 answer

UK postcode reg ex with space

I need a javascript reg ex that forces the user to enter a space in their UK post code. Can somebody please help? Those I have found seem to allow for optional spaces which is not what I'm after.
lunchboxbill
  • 191
  • 3
  • 15
1
vote
2 answers

Does the part of my string exist in another string?

Sorry for this question, I'm quite rusty on my classic ASP and can't get my head around it. I have a variable containing the start of a series of postcodes: strPostCode = "HS1,HS2,HS3,HS4,HS5,HS6,HS7,HS8,HS9,IV41,IV42" etc etc Now I need to see if…
lunchboxbill
  • 191
  • 3
  • 15
1
vote
1 answer

Floor number with schema.org microdata?

Any idea how to markup a floor number with schema.org microdata for a local business' postal address?
Company Limited
Baumr
  • 6,124
  • 14
  • 37
  • 63