Questions tagged [street-address]

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods.

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods. Data quality is a big issue surrounding street addresses, because they are not simple strings or numbers such as an email address or phone number. Therefore capturing, storing, de-duplicating and verifying street addresses all pose challenges.

542 questions
35
votes
4 answers

What is the most semantic way to display a street address in HTML?

I have an address that is going to be displayed on a webpage, but it is not the address for the author of the page. How should this be coded to be semantic given the w3c recommendation of: The ADDRESS element may be used by authors to supply…
tomk
  • 632
  • 1
  • 6
  • 9
29
votes
10 answers

2019, Chrome 76, approach to autocomplete off

There are are few posts out there about this. You spend hours going through each answer, testing, reading comments, to find that there is no solution. What have you done in 2019, Chrome 76, that works?
user2060451
  • 2,280
  • 3
  • 21
  • 31
29
votes
7 answers

Where is a good Address Parser

I'm looking for a good tool that can take a full mailing address, formatted for display or use with a mailing label, and convert it into a structured object. So for instance: // Start with a formatted address in a single string string f = "18698 E.…
Brig Lamoreaux
27
votes
1 answer

Place Markers from Name, Address and Post Code

In my domain model, for the entities in question, I have the: Name of the place (e.g. Waterstones Wakefield) The Street Addresses (e.g. 61-62 Bishopgate Walk) And the Post Code (e.g. WF1 1YB) From the above three pieces of information, how can I…
J86
  • 11,751
  • 29
  • 115
  • 194
26
votes
4 answers

Validation for Irish Eircode

I'm wondering if there's a best practice for validation for the Irish Eircode format. My best attempt so far, using REGEX in JavaScript, is the following based on the official spec found on page 11 here. (Page 11 based on the page numbers in the…
ConorLuddy
  • 1,877
  • 16
  • 18
23
votes
1 answer

Markup for postal addresses

Which HTML5 markup should we use for postal addresses? And which vocabulary could we use for enabling machine-readability? As an example, the address of W3C’s main office: W3C/MIT 32 Vassar Street Room 32-G515 Cambridge, MA 02139 USA
unor
  • 82,883
  • 20
  • 183
  • 315
22
votes
5 answers

Get street address at lat/long pair

I've seen that it's possible to get the latitude and longitude (geocoding, like in Google Maps API) from a street address, but is it possible to do the reverse and get the street address when you know what the lat/long already is? The application…
Chris Wenham
  • 22,017
  • 13
  • 56
  • 69
21
votes
4 answers

regex street address match

While I know that matching a street address will never be perfect I'm looking to create a couple of regex statements that will get close most of the time. I'm trying to highlight an address. I sucks at regex and I've tried to get close but could…
isuelt
  • 273
  • 1
  • 3
  • 10
21
votes
5 answers

Google Maps API v3 - Get map by address ?

i am new to google maps, and i would like to integrate it into my website ( Yellow pages kind of site ). i currently have the following code: