On Jun 1, 6:31 pm, Kaae <[email protected]> wrote: > At the link below I almost always get "unable to locate" results back > from the geocoder - even on simple queries on zipcodes combined with > their named city (e.g. "8370 hadsten" or "8370 hadsten, denmark" > the error reported is for "Hadsten, 8370 Hadsten", not "8370 Hadsten, Denmark", because the javascript says:
var by = getPostNrText(resultSetData[i].postnr); showAddress(by + ', ' + resultSetData[i].postnr + ' ' + by ,html) instead of showAddress(resultSetData[i].postnr + ' ' + by + ', Denmark', html) .... -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
