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

How to make From/To Address text fields in Android using GPS and maps marker?

Hello mighty developers, I am coding an android application to send a request to a taxi. I've already got Android Maps API v2 setup and the map fragment is working fine. I need to code a text field for the "From" address and another one for the "To"…
Mohamed Heiba
  • 1,813
  • 4
  • 38
  • 67
0
votes
1 answer

find another API instead of google map API

I'm developing an application which use map. I'm trying to avoide google API (because their request time are limited). I want something complete free but can provide feature like geocoding, reserve-geo, find nearest place ... Any suggestion ?
Fido
  • 595
  • 1
  • 9
  • 29
0
votes
1 answer

How do you get multiple addresses to one customer?

I cant work out how you get multiple addresses to one customer, for example. Any ideas on how to implement this? Thanks
user1876281
  • 21
  • 1
  • 3
0
votes
2 answers

Google Maps API: Can you explicitly qualify address parts

We're using the Google Maps API for an application to determine distance and driving directions for a set of addresses in a database. Overall, we're dealing with around a 1000 addresses and some have typos, abbreviations,... that are causing some…
EfficionDave
  • 2,736
  • 3
  • 31
  • 38
0
votes
1 answer

Address class for all countries

I am trying to develop global Address class for my global e-commerce project. It must be possible to construct different address forms for different address formats so I need global address class for that reason. Which properties must be common in…
Farid Movsumov
  • 12,350
  • 8
  • 71
  • 97
0
votes
1 answer

Reverse geocode and appending address details

I have an app that reverse geocodes latitude & longitude into readable addresses. Here is a sample of the code below: protected List
doInBackground(Double... params) { try { List
addresses =…
GrumP
  • 1,183
  • 6
  • 19
  • 43
0
votes
1 answer

how to get list of all streets in poland from Google maps api

I need to get list of all streets in Poland with their cities and and zip codes. Should I write a small program that collects all the streets in Poland?
0
votes
2 answers

I want to point exact location of an IP address on Google maps

I want to point exact location of an IP address on Google Maps or any other service. I want the marker to be exact. How can I do it, using which service, either at cost or free of cost?
Suresh Sharma
  • 57
  • 1
  • 9
0
votes
2 answers

How to store postal addresses and political divisions in a normalized way?

Is it possible to store an postal address and political divisions in a normalized way so that there is no redundancy? It should be applicable for any state, even if every state needs its own structure. It's not just about storing addresses. I want…
Jimmy T.
  • 4,033
  • 2
  • 22
  • 38
0
votes
1 answer

Array of addresses: closest place with iphone geolocation in ios6

I have an array of street addresses, I want my app to sort that array starting with the closest address to my location (GPS). Now that Apple has released iOS Maps in iOS 6, what is the easier way to do that? Thanks, Matt.
Wildchild89
  • 83
  • 2
  • 12
0
votes
1 answer

SugarCRM How to allow different postal addresses

(first of all, i'm sorry for my english, it's not my native language) I am a new SugarCrm user and I try to do the most i can with the Graphic Interface. My Version I'm running Sugarcrm CE 6.5.4 on linux. What I want to do : 1] For each…
Gaelle
  • 614
  • 1
  • 7
  • 30
0
votes
1 answer

How to set focus center based on the searched result of geocodeAddressString

I have only a couple of months experience on Objective-C. I have a code to search a list of customer address, then show the annotation of these addresses. As the customers cover many regions, I would like to make map view's center and span adapt to…
Kenny
  • 47
  • 6
0
votes
1 answer

crystal reports: No-White-Space! I need to format my address

Fairly new to CR and i am looking for some help, Basically I want to show my address in a text box containing the fields as follows {Company} {AddLine1} {AddLine2} {ZIP} {City} {State} {Country} I have these all displaying properly in the text box…
0
votes
1 answer

I want to populate address in android contacts either new or existing contact

As per my requirement i we long press on any location address and try to add it to either new or existing contact i should be able to display the location address in address fields. I tried below solution but didn't work. I need to populate address…
0
votes
2 answers

How can I have my website come up on a google search with not only the name & address but with the map and red marker?

We are Culinary institute of Bologna CIBO at. Via Augusto Righi 30b bologna italy 40126. If for example you google o bologna cooking school another school with map comes up ....but my place never does. How can I gret the map and the marker to show…