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
1
vote
1 answer

This code is no working and error is shown at compilation?

using System; using Android.App; using Android.Os; using Android.Widget; using Dot42; using Dot42.Manifest; using…
1
vote
3 answers

Magento and unsetting a custom boolean attribute

I've added an attribute to a customer address entity. Attribute setup code is as follows- 'entity_type_id'=>$customer_address_type_id, 'attribute_code'=>'signature_required', 'backend_type'=>'int', 'frontend_input'=>'boolean', 'frontend_label' =>…
Spongeboy
  • 2,232
  • 3
  • 28
  • 37
1
vote
0 answers

Android Linkify for UK addresses

Regarding the use of Linkify on a textbox / label does anyone know how to enable a UK address to work? Using a US or Canadian address works fine, but changing to an international address does not get the same link-to-map treatment. I would like to…
Hunter23
  • 195
  • 4
  • 11
1
vote
2 answers

Extract relevant address from string?

I am developing an address matching application using Google geocoding API. The problem is that some of the addresses in the database I am trying to validate are something like: ATTN: Mr. THOMAS WONG 2457 Yonge St., Toronto, ON, N2S 2V5,…
user5326167
1
vote
1 answer

address tag for seo help google?

does address HTML tag helps for SEO, it shows map when searching?? If it does, i need that for events website, so can i set address tag display: hidden, and seo will work fine?
Box 564, Disneyland USA
or…
Mirza Delic
  • 4,119
  • 12
  • 55
  • 86
1
vote
2 answers

how do I split the street values into atomic in pl/sql?

My task is to convert the non-atomic (Australian)street addresses into atomic which means current street data is stored as street number and street names together. Samples are: 24 George street -----------> 24 | George street 55…
Dilshad Abduwali
  • 1,388
  • 7
  • 26
  • 47
1
vote
2 answers

How to get address from Google maps(V2) by touching the map in android

i am developing an application, in that i need to display googlemap(V2) and i need to get the address of the particular location when i touch on the map. I did this in previous version of google maps. In the new version i used the following code for…
koti
  • 1,071
  • 3
  • 15
  • 35
1
vote
6 answers

Is there a benefit to storing street address data distinctly instead of just as a string?

Currently we store our address data like so: string suiteNumber (ie. unit number) string streetNumber (building number) string streetName string streetDirection (N/NW/S/etc.) string streetType (rd/st/ave/etc.) // ... etc. (postal…
Steven Evers
  • 16,649
  • 19
  • 79
  • 126
1
vote
1 answer

Insert a non-character if a criteria is TRUE

Is it possible to insert a non-character, in this case -, if a particular criteria is met? For example: If there are five numeric characters (12345), then insert a - after the 2nd numeric character (12-345). I am trying to fix street…
yokota
  • 1,007
  • 12
  • 23
1
vote
1 answer

Convert addresses into coordinate

How do I convert a large number of addresses (with street address, city and street number) in coordinates (latitude and longitude)? ... without having to do one at a time? Is there any script?
Marco Tini
  • 21
  • 5
1
vote
4 answers

postal address parsing with gmail contacts

i am using gmail contacts api but the address is all in one string. is there any standard parser to parse a single string into a proper address object with the following fields: Street Address 1 Street Address 2 City State Zip
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
0 answers

get nearby location from coordinates to street address

I am working on a mobile website in which user has the option of getting the nearby locations. Now the I am getting the current location of the user through HTML 5 geolocation api which gives me its coordinates and I am displaying the result on map…
1
vote
2 answers

How to use addressing and validation PostCodeAnywhere on Android?

I'm building an application that takes the departure and destination address from the user. The company purchased Capture+ from PostCode anyWhere to be used on our website, I now need to build it on Android. I'm trying to build a layout that would…
Mohamed Heiba
  • 1,813
  • 4
  • 38
  • 67
1
vote
1 answer

How to implement Location Automation Field

I am wondering how to go about implementing Location Automation Field, as suggested in this article: http://uxmovement.com/forms/new-form-techniques-proven-to-save-time-and-money/ Are there libraries or services that can help me figure out…
Alexandra
  • 4,723
  • 3
  • 26
  • 32
1
vote
2 answers

iOS - Check pasteboard for valid Mailing Address

I am looking for some guidance for how I could check the pasteboard in iOS for a valid mailing address. If someone pastes 1234 Apple Street New York, NY 10011 It parses each part of the string to fill in Address, City, State and Zip. It could be…
Wes
  • 419
  • 1
  • 4
  • 18