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
0
votes
1 answer

Google Maps - Validate Address

I'm trying to validate an address using Google Maps, and I realized that when the address could be wrong, the response has a partial_match. Is correct to reject the address if the json's response from geocode method has a partial_match…
AleGallagher
  • 1,745
  • 7
  • 30
  • 40
0
votes
2 answers

Google maps like auto-complete or auto-suggest API for postal addresses

I'm part of a project that requires auto-complete or auto-suggest feature for postal addresses (something similar to what google maps has). As the user starts to type in the number and then the street google starts to suggest valid options. I would…
Bala
  • 37
  • 2
  • 4
0
votes
1 answer

Store Address Change on PDF Invoice Magento

I must be missing something simple here, but can't figure it out. I changed the address of my store, however the pdf invoices still have the old address on them. Where do I need to change this? Any help is appreciated. Thanks!
0
votes
1 answer

Show marker address (street-Address) with clicking in swift

I have a latitude and longitude location of marker in google maps that I want to convert to the location name String in Swift. What is the best way to do this? i want to show markers' location address and i don't know how to do it . here is my code…
P.Tb
  • 99
  • 1
  • 5
  • 15
0
votes
3 answers

regex doesn't get street name

I'm parsing a text like this: T-SHIRT SIZE 34CM BUSINESS LOCATED: MONTANA 356 I have made this regex: ([A-Z]+) (\d\d\d\d\d|\d\d\d\d|\d\d\d|\d\d) It matches: SIZE 34 But I want it to match: MONTANA 356 Can you help me get it? To be more explicit:…
0
votes
1 answer

creating an address textfield like in apple's sms-app

I'm writing an app, where I the user has to be able to select multiple adresses. I wanted to solve this in the same way, apple does when you send an SMS to someone. You can enter text and it gets surrounded by a blue bubble for each adress…
Bujtor
  • 75
  • 1
  • 5
0
votes
0 answers

Splitting addresses in SQL

I'm dealing with the nasty subject of Addresses in SQL. For the most part my data is good. For the problem records I have a field in SQL called "FULLADDRESS" which I need to split into "Unit", "PrefixLetter", "HouseNumber", "SuffixLetter",…
Midavalo
  • 469
  • 2
  • 18
  • 29
0
votes
1 answer

Address extraction in Turkish with REGEX

I'm new about regex. I want to extract address line in Turkish text. but in turkish there is no standart while writing address. For instance, district = mahalle You write district for types below "Mah." "Mh." "MAH." "MH" "mh." "mah." or…
babeyh
  • 659
  • 2
  • 7
  • 19
0
votes
0 answers

php mysql show clients that have the address not very similar

I have a mysql clients table which stores a bunch of info on the client, for the sake of this question let's say: firstName lastName houseName streetName localityName The system has an address labels generator to send promotional material to my…
Necrospasm
  • 11
  • 8
0
votes
1 answer

Using google address api to search for business

I have created the following example below on a storefront so clients can search for their address and have it autofill each input. Google Api example Most of our clients are businesses so I would like to make it so you can search a business and it…
Sam Munroe
  • 1,266
  • 2
  • 20
  • 41
0
votes
1 answer

Regex to separate addresses information

I'd like to separate the data input by my user on their shipping information into the respective field. The data input will be in this format: Name - Phone Number - Address For Example: Andy Leblanc (0123-123-12312) Seaview Av. Street no 21,…
DiMa
  • 35
  • 1
  • 6
0
votes
1 answer

Standardized Link Type for Address

Is there any sort of standardized way to format links to addresses? Emails have href='mailto:[email]' and most phones (and Skype) support the href='tel:[phone#]', so I'm wondering if there's some sort of standardized practice for addresses, as…
Aeolingamenfel
  • 2,399
  • 1
  • 15
  • 22
0
votes
1 answer

GeoCoder getFromLocation address never contains Business name

I am trying to reverse GeoCode a LatLng retrieved from a Marker to get an address. I am easily able to get street address, but the address returned by getFromLocation() never contains a business name (e.g. Tim Hortons). I know that the issue is not…
Demonsoul
  • 791
  • 4
  • 11
0
votes
1 answer

Reordering the elements of an address

I have an old client database (.csv) of addresses. The biggest problem is they are not consistent and when I separate it, the Municipality is either in the Area, or City or so on... Example: (header) Country, Municipality, City, Detailed…
Mihail
  • 15
  • 5
0
votes
1 answer

Shall I put contact information in a separate table?

I'm planning a database who has a couple of tables who contain plenty of address information, city, zip code, email address, phone #, fax #, and so on (about 11 columns worth of it), a table is an organizations table containing (up to) 2 addresses…
Madness
  • 49
  • 1
  • 11