Because I do have to access the street and house_number directly.
Otherwise I would have to split the Address element by some rules.
There is already a field for the street_name and the house number but
it is just in the wrong format.

On Nov 25, 8:44 pm, "Neil.Young" <[EMAIL PROTECTED]> wrote:
> Hi,
> why aren't you using the address element in the returned Placemark?
>
> {
>   "name": "Jungfernstieg 20, Hamburg",
>   "Status": {
>     "code": 200,
>     "request": "geocode"
>   },
>   "Placemark": [ {
>     "id": "p1",
>     "address": "Jungfernstieg 20, 20354 Hamburg, Deutschland",
>     "AddressDetails": {"Country": {"CountryNameCode":
> "DE","CountryName": "Deutschland","AdministrativeArea":
> {"AdministrativeAreaName": "Hamburg","SubAdministrativeArea":
> {"SubAdministrativeAreaName": "Hamburg","Locality":
>
> ....more.....
>
> Tobias Schwab schrieb:
>
> > Hi,
>
> > I just found out that geocoding (using the HTTP method) Addresses in
> > Germany (e.g. "Jungfernstieg 20, Hamburg") the result has now "20
> > Jungfernstieg" as ThoroughfareName (I would expect street name and
> > house number in this order "Jungfernstieg 20"). This might be correct
> > in e.g the UK but nobody would use something like that in Germany.
>
> > Is there a parameter to the API call to get the correct ordering of
> > street name and house number? Otherwise I would advise you to fix
> > this.
>
> > Thanx,
>
> > Tobias Schwab
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to