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
8 answers

creating a address database

I am re-creating a part of my company’s database because it does not meet future needs. Currently we have mainly a flat file and some disjoined tables that were never fully realized. My way of thinking is we have a table for each category except…
Sean
  • 517
  • 4
  • 11
  • 34
1
vote
1 answer

Why my geocode cannot show the address

var geocoder, map, point, fmtAdd, marker; function mapLoad() { geocoder = new google.maps.Geocoder(); var myOptions = { zoom: 15, mapTypeControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP } map = new…
1
vote
1 answer

how to find pictures of landmarks from address/location(latitude and longitude)

I have a set of latitude and longitude of places like restaurants/landmarks etc. and even their addresses. i wanted to find out their pictures using these details i.e. LOCATION(lat/long) or the ADDRESS and i am not being able to do so. Pictures as…
RC-user
  • 51
  • 2
  • 10
1
vote
1 answer

Insert comma after first word and before last word in Excel 2010

I do have a problem which I cannot solve, although I've searched a lot. I have the following address: 1021 CHATEAU WOODS PKWY DR, CONROE, TX 77385 I would like it to look like this: 1021, CHATEAU WOODS PKWY DR, CONROE, TX, 77385 I've found some…
1
vote
4 answers

Best way to split an address line into two fields

We are developing a c# application that imports address-data into a CRM-system. The CSV-file contains an address-column like 'Somethingstreet 34'. Our CRM however uses two different fields for the streetname and the housenumber. Of course, in the…
WowtaH
  • 1,488
  • 2
  • 11
  • 19
1
vote
1 answer

Google Address API URL street address example

I am successfully creating a Google Map with my street address input (origin and destination) However, when I use the same exact test with the Google Address API the JSON response shows numerous addresses and none of them appear to be valid. For…
0
votes
1 answer

Magento 1.6.0.0: prevent PayPal Exporess altering my customers' shipping address

When a customer places an order using alternate shipping address using PayPal Express, PayPal removes the shipping addresses company field and so it is written to the database. I can't find any config option for that. How do I prevent PayPal…
aeno
  • 560
  • 5
  • 24
0
votes
1 answer

Service Not Available When Request Country Name in Map Activity Android

I'm just trying to get the country name in my Map Activity when I touch the map. I've followed Android: Reverse geocoding - getFromLocation and here's my code in onTouchEvent: public boolean onTouchEvent(MotionEvent event, MapView mapView) { …
0
votes
1 answer

Get the address of a location

I'm making a Google Map app. I want to get the address of a point when I click on my screen, but when I click on the screen, it doesn't run, nothing happens. How can I fix this? This my code: package app.googlemap; public class GoogleMapActivity…
0
votes
1 answer

Extract address from description with regex

Im trying to extract an address (written in french) out of a listing using regex. here is the example: "Don't wait, this home won't be on the market for long! Pictures can be forwarded upon request. 123 de la street - city 345-555-1234 " Imagine…
JB Lesage
  • 81
  • 1
  • 9
0
votes
1 answer

Map User, Address, Country with DDD

I'm trying to create an ecommerce website using spring, hibernate and for the first time following DDD. At the moment the situation is this. I'm considering the object USER as aggregate root which has a list of addresses (previous ones.. and…
Gfalco
  • 77
  • 3
  • 13
0
votes
2 answers

Is this a good DB schema for locations

I'm working on an application that is location specific -- think of it as a store locator where store owners enter their address information and other users can only see nearby stores within a certain range. However, it's a little different in the…
BDuelz
  • 3,890
  • 7
  • 39
  • 62
0
votes
1 answer

Magento : Use someone else address during checkout

In one of my project, I need to be able to make an order with someone’s else address. So i’ve done some modifications to be able to show the other customer’s addresses in my address list during the checkout. Everything works fine, the only problem…
Alex Beauchemin
  • 1,072
  • 1
  • 17
  • 24
0
votes
2 answers

Need to sort postal addresses in a database table in sequence

I'm developing an Android app that has postal address routing in it. We would like to sort each address in a database table in such a way where each address can be printed out for our driver. We don't want to spend time sorting addresses ourselves…
Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152
0
votes
1 answer

Magento print store address and common inventory

I have two physical stores in two different cities which sell same products, and I want to have online store too now in magento. BUt I also want to record orders at both the physical stores in magenot and can generate reports too for each store. Now…
Sohail
  • 2,058
  • 7
  • 33
  • 57