Street address refers to postal addresses, or delivery points, that can be used for physically delivery of mail or goods.
1
vote
2answers
61 views
What would you store in the DB, Coordinates or Address?
I am building an application that uses the GMaps API v3 and, taking advantage of the geocoding function, i dont know if it is better to store in the DB:
The coordinates (latitude & longitude)
...
1
vote
1answer
43 views
regexp achor href url that contains street addresss match
I like to get the urls that are in anchor tag definitions from html strings. The html is structured fairly well but the string that I am trying to collect contains addresses for google maps and can be ...
1
vote
1answer
44 views
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 ...
0
votes
3answers
37 views
Zip code size test C#
I have a small piece of code that I have been trying to get to work, but nope. So I've come to the experts. I'm trying to test a zip code entry and limit it to 5 digits only. My first issue is with ...
0
votes
1answer
70 views
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?
1
vote
1answer
35 views
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?
-2
votes
1answer
28 views
How to implement a system that correct postal addresses [closed]
What are the technologies that can be used to validate a postal address ?
What are their advantages/disadvantages ?
A quick google search reveals a few solutions for this using HMM and Semi-Markov ...
0
votes
0answers
30 views
Magento Export All Addresses
I'm doing a module in which i export all my Magento addresses (shipping, billing and the others) into SugarCRM. I need to know can if I have access to all addresses linked to my account. The following ...
1
vote
1answer
45 views
How exactly do address lines work in QuickBooks?
Right now I'm only trying to read addresses and display them. Ignoring IPP right now, just inside QB, I'm not understanding the algorithm that manages the address lines.
Further, when accessing the ...
0
votes
1answer
91 views
Place Markers from Name, Address and Post Code
In my domain model, for the entities in question, I have the:
Name of the place (e.g. Waterstones Wakefield)
The Street Addresses (e.g. 61-62 Bishopgate Walk)
And the Post Code (e.g. WF1 1YB)
From ...
0
votes
2answers
57 views
DBpedia : Get list of Chinese universities and their adresses to populate google map?
I'm trying to get list of Chinese universities and their adresses. The minimum being the City/Town name. I will use these addresses to populate a googlemap, fiddle here.
I saw interesting code such ...
0
votes
0answers
122 views
Magento - test if shipping address is different from billing
I'm overriding /app/design/adminhtml/default/default/template/sales/order/view/info.phtml.
I try to make a test to see if the shipping address is the same as the billing one but I don't know how to ...
0
votes
2answers
90 views
PHP - regex for converting address formats between osCommerce and OpenCart?
I need to import an entire e-shop made with osCommerce into OpenCart. So far, so good. I have successfully imported almost everything, except for SEO and some sparse data bits, but I have a problem ...
1
vote
1answer
203 views
Extracting plus 4 zip code from geocoding using google API, jQuery
I am using Geo coding using google API with the help of jQuery. The following is the code i tried.
jQuery(document).ready(function () {
var geocoder = new google.maps.Geocoder();
...
0
votes
1answer
39 views
How to pro-grammatically drop a pegman on click of a point in the map
Can you please guide me on How will i be able to drop the pegman programmatically on a point on a map. I have a "click" event of the map. I need to drop the pegman on the coordinates where it was ...
0
votes
0answers
112 views
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 ...
1
vote
2answers
119 views
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 ...
0
votes
2answers
98 views
GoogleMaps / JS: How with a list of street address can we populate a Google Map?
Given JSON data such as a list of real, unique, valid addresses:
var data = [
{ "address": "48 rue des Grands Moulins, 75013, Paris"},
{ "address": "12_rue_des_Grands_Moulins,_75013,_Paris"},
...
0
votes
0answers
4 views
TimeDistance “NOT_FOUND” respons for old “FOUND” addresses
I have been using the time/distance API for some time, and have recently encountered a problem. While 99% of the addresses submitted work just fine, some addresses which previously could be found by ...
3
votes
2answers
1k views
get 9 digit zip code from 5 digit zip code, programmatic, api
I have 5 digit zip codes, these are retrieved from Google Maps Api.
My dilemma is that I have to connect to a remote database which also contains addresses. If the address does not exist in that ...
0
votes
1answer
25 views
Why is a portion of the address missing with my geocoding call?
Passing the google geocoder the postal code: W11 2BQ I would expect to see England as part of the returned address but this isn't the case. Am I missing the obvious?
Here is the call:
...
0
votes
1answer
99 views
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 ...
2
votes
1answer
55 views
Ontology for Adresses
I need to create an ontology for scheduling. I use FOAF and Time OWL for storing participants and times, but I also need to store the place, where an appointment take place: the address. Ontologies ...
1
vote
1answer
45 views
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 ...
1
vote
0answers
60 views
Formatting Address in locale and getting second line
I am using Android's Address class to represent an address and trying to format it and pretty-print it.
I can do all the formatting logic myself (example for the second line of a US address only):
...
1
vote
0answers
40 views
Specific UK country from Address
I'm developing an app which gets the users location and searches depending on which country they are.
My problem is that Address.getCountryName() returns the string "United Kingdom" when what I need ...
1
vote
0answers
74 views
Address verification API India
I am looking for a service to help me verify addresses in India specifically.
I see a lot of websites are starting to have some address verification now like cab services and ecommerce. Any ...
0
votes
2answers
340 views
Google Maps API Alternative Route Description
I am working with Google Maps API V3 to calculate all the possible routes from a given Source to the specified Destination. For this I takes the Destination and Source as inputs from the user and pass ...
0
votes
1answer
220 views
Get nearby street addresses within a radius
I would like to retrieve a list of all the street addresses within a small range on a geopoint.
A scenario for use is for a user to select his/her current address from a list of addresses (within say ...
0
votes
0answers
28 views
Where can I find sample Simplified Chinese mailing address data? [closed]
I need to populate a database with Simplified Chinese mailing addresses. Where can I find some test data?
1
vote
2answers
156 views
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 ...
0
votes
0answers
61 views
Google Maps API Check two given address
Can anyone tell me how to identify the two given address are of same city.
For example i am using Google AutoCompleteText API to complete the address by typing.
Now the two different address are ...
0
votes
1answer
31 views
Looking for API to generate postal mailing addresses based on geographic proximity?
I'm trying to generate a list of nearby postal addresses from either a lat/lon or a existing mailing address. Willing to pay for access to an API that can provide both counts and actual address ...
0
votes
0answers
57 views
MKReverseGeocoder to CLGeocoder : subThoroughfare returns an interval numbers instead of real street number
I've recently switched from MKReverseGeocoder (deprecated) to CLGeocoder.
While subThoroughfare returns the real street number (e.g. 7) whith MKReverseGeocoder, it returns an interval (e.g. 1 - 35) ...
0
votes
1answer
40 views
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, ...
1
vote
1answer
75 views
Floor number with schema.org microdata?
Any idea how to markup a floor number with schema.org microdata for a local business' postal address?
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span ...
0
votes
0answers
58 views
Solution to the poor free-text search of OpenStreetMap
I've done a web site for my city (Québec) using all the side-roads pannels to give a fast look at where it is or isn't possible to park (accross the road).
The only problem is that we need to enter a ...
0
votes
3answers
112 views
Predictive Street Address for iOS App?
I'm developing an iOS app and I want to be able to have a textfield for users to enter in an address and when you enter in a character for the street name, a pop up below the textfield will appear ...
-6
votes
1answer
211 views
Regular expression to validate address in a single method Java [closed]
Regular expression to validate address, example:
Av. abc def N° 123, abcdef ghijkl, qwerty
[Av. |Cl. |Jr.] [Texto libre] [N°] [número], [Texto libre], [Texto libre]
All fields are required.
I ...
1
vote
0answers
70 views
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 ...
0
votes
1answer
343 views
GoogleMaps geocoder error: ZERO_RESULTS
This is my JS code to get lon and lat of an address.
in 99% of the time it works OK.... but sometimes I get ZERO_RESULTS status...
if (geocoder) {
geocoder.geocode({'address': address, ...
2
votes
1answer
590 views
Google maps api v3 get lat long from file with addresses in java code
I am trying to make an application which draws a heatmap. I have a file with home addresses which I am going to put on the map. Every address is a new line in this file.
I know how to create a ...
2
votes
1answer
277 views
Separate city name from address sql query
I want to separate city name from the addresses in the Data base.
addresses are in different formats
e.g
835 street no.3 Jalabad D.I. Khan ................ here city name is D.I khan
Ho. No. 102 ...
0
votes
2answers
144 views
Nomination with Openlayers
I have a simple code to display a map of Openstreetmaps via Openlayers based on latitude/longitude:
map = new OpenLayers.Map('#map');
var mapnik = new OpenLayers.Layer.OSM();
var ...
2
votes
1answer
77 views
What should I use to format an postal address in the format of the address country
I need to format postal addresses into the format of the country and am looking for some PHP library that can do that. I work with zend framework 2 which uses Locale but unfortunately that does not ...
0
votes
0answers
475 views
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 ...
5
votes
3answers
146 views
Formatting a Shipping Address by Country in PHP (or Perl)
I have an HTML form that takes an input shipping address in parts (street address, city, state/province, postal code, and country). This form is then processed with PHP.
I'd like to convert this ...
0
votes
1answer
35 views
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 ...
0
votes
1answer
177 views
Get all information about a street in OpenStreetMap
I've been playing around with API, XAPI and Overpass of OSM. But I can not get some info a need: to get all information nodes of a street.
Here a example:
...
0
votes
1answer
131 views
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<Address> doInBackground(Double... params) {
...




