Ok, thank you for your answer. I use the map of Moscow. For example i
try to fing the next address:
Мытищи, 7, улица Индустриальная (Bbuilding 7, street Industrialnaya)

when i get response address = Russia, Moscow, Mytishi, 99055,
Insystrialna street, building 7 - for example

but when i do next
address.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare.ThoroughfareName

i get only Insystrialna street!!!!

i explained xAl standart. This standart include different options for
xml presentation. I need something as:

<AddressDetails>
−
<Country>
<CountryName>Australia</CountryName>
−
<Locality>
<LocalityName Type="Abbreviation">NSW</LocalityName>
−
<DependentLocality Type="Suburb">
<DependentLocalityName>Chatswood</DependentLocalityName>
−
<Thoroughfare>
<ThoroughfareNumber>23</ThoroughfareNumber>
<ThoroughfareName>Archer</ThoroughfareName>
<ThoroughfareTrailingType>Street</ThoroughfareTrailingType>
</Thoroughfare>
</DependentLocality>
−
<PostalCode>
<PostalCodeNumber>2067</PostalCodeNumber>
</PostalCode>
</Locality>
</Country>
</AddressDetails>

 ThoroughfareNumber - this is i need!



On Sep 10, 1:02 pm, Andrew Leach <[email protected]>
wrote:
> On Sep 10, 9:38 am, "[email protected]" <[email protected]> wrote:
>
> > It's I again. I want to expand my previous post! I can to use Accuracy
> > parameter for getting more detail Address object. Now Accuracy = 6,
> > but i want to set it to 8. How can I set up it?
>
> I answered your first question 
> here:http://groups.google.com/group/google-maps-api/browse_thread/thread/2...
> (you didn't give a subject title, I provided one)
>
> Geocoding depends on the data available. I think you do need to give
> example addresses. Don't forget that if you know where a location is,
> you shouldn't be geocoding it at all -- use its lat/long coordinates.
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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