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.

577 questions
4
votes
0 answers

jquery geocomplete formatted address and street number

I'm using this jQuery script: http://ubilabs.github.io/geocomplete/ When autocompletion is done, the formatted address will include the street number or not, depending on the user input but both entries will generate a success result. Is it possible…
Baylock
  • 1,246
  • 4
  • 25
  • 49
4
votes
1 answer

Web form that you can enter APO/FPO and USA addresses

I have a web form that is used to gather contact information for a GED verification service. We're starting to get a lot of requests to send the verification's to APO/FPO addresses. Tried Googling/Binging for some examples but there is nothing…
Greg
  • 747
  • 9
  • 23
4
votes
1 answer

Post Code Not appearing on AutoComplete Box Google Map?

I am trying to Show POST-CODE Information on AutoComplete Box. For Eg: If User look into into Address: 25 Cordwallis Road,Madienhead,SL6 7DQ... It Could Retrieve Postal Code also. function initialize() { directionsDisplay = new…
4
votes
1 answer

How to negate PO BOX - Regex

I've tried a few things, haven't been able to get it to work. I need to exclude PO Boxes. I thought I just had to wrap it with ?!..but it is not working. Any thoughts? …
Ricka
  • 247
  • 3
  • 11
4
votes
1 answer

Zip-Centroid geo-coding: is there a zip+4 centroid

There is geo-coding by zip-code centroid, but is there a zip+4 centroid which would be more granular yet not quite street-address granularity?
Tim
  • 8,669
  • 31
  • 105
  • 183
4
votes
0 answers

Can I help the Galaxy S III browser recognize a street address?

I'm always surprised and delighted when the web browser on my Android phone recognizes a phone number or a street address, and offers to call the number or map the address. On a new web site I'm building, the address of the business is recognized on…
Mojo
  • 2,687
  • 5
  • 30
  • 42
4
votes
3 answers

What do you consider to be the best balance of columns within an address table?

Almost every time that I build an application, I find myself creating an 'address' table to contain addresses for the system. What columns do you create within your 'address' table (or tables if you normalize addresses over more than one) and what…
Josiah
  • 3,232
  • 3
  • 25
  • 25
4
votes
1 answer

Random Real US Address within a specific zip code, county or area

so for a project in school I am trying to simulate where students live in our town since official data is not available obviously due to privacy concerns. I started looking for a generator that works by zip code, radius or county but I haven't been…
Phill
  • 525
  • 6
  • 15
4
votes
2 answers

How to calculate the distance between two addresses

I would like to calculate the distance between two points. The points are addresses. Example: Point A: JFK Airport, New York, NY, United States Point B: La Guardia, New York, NY, United States Now I want to calculate the distance (via roads) and the…
David
  • 4,027
  • 10
  • 50
  • 102
4
votes
3 answers

Magento : How to get countryID from selected / entered shipping address

I'm trying to hide some text / code based in the shipping_method.phtml based on whether the country of the selected or entered shipping address is France or not in . The only code I found was…
Kim Herman
  • 61
  • 1
  • 1
  • 3
4
votes
2 answers

Generate real US street addresses for Selenium RC script

I have some Selenium RC tests (written in PHP) testing an application in a sandbox where users need to type in their physical addresses. Addresses have to be real, otherwise application displays an error message. I'd like the scripts to input a new…
Stan Sarber
  • 63
  • 1
  • 1
  • 5
4
votes
4 answers

Magento - Customer Address Country Dropdown Issue

I'm using Magento CE 1.7.0.2, having recently upgraded from 1.4.2.0. And when editing/creating a customer address in the backend, the country dropdown field is blank - with no possible options to select. Neither does it work on the frontend address…
mattpark22
  • 741
  • 2
  • 14
  • 26
4
votes
1 answer

How to send address in Android Application to Google Maps

Is there a way to set an address in an application so when it is clicked it automatically opens it in Google Maps? I may end up implementing Maps into my application but it is a simple reference app simply to find the address.
tref95
  • 302
  • 5
  • 12
3
votes
1 answer

Google geocode API returns inconclusive results

For some addresses that I attempt to geocode, google returns inappropriately inconclusive results. The following is an example, but it is not an isolated incident. The first returned result is the exact match, however google flags it as a…
Chris Dutrow
  • 48,402
  • 65
  • 188
  • 258
3
votes
1 answer

Google API: Find the complete address using civic number & postal code

On many government sites in Canada, they have a feature where they can know your address only by the postal code and the street name. When you search a postal code on google map, the area covered by this postal code is covered. But looking at the…
FMaz008
  • 11,161
  • 19
  • 68
  • 100