I read this document: 
http://code.google.com/intl/en/apis/maps/documentation/services.html
"Placemark -- Multiple placemarks may be returned if the geocoder
finds multiple matches."

I understand this means that if the request is not accurate ("Россия
Троицк") it's return several Placemark. But getLocations() return one
Placemark (in Russia two Троицк city). So I thought that getLocations
() does not work.

Troitsk, I gave as an example. I buld map for region Moscow and I has
problem with district. Exemple, in this page 
http://ww-realty.ru/region/infrastructure.html
client request "софьино". In region Moscow many "софьино": in  Наро-
Фоминский district, in Волоколамский district, Раменский district,
Одинцовский district, Подольский district. I had hoped that a vague
query returns multiple Placemark and I'll show all or or ask the user
to specify the district.

Why 
http://maps.google.com/maps/geo?q=%EC%EE%F1%EA%E2%E0%20%ED%E0%F0%EE-%F4%EE%EC%E8%ED%F1%EA%E8%E9%20%F1%EE%F4%FC%E8%ED%EE
return two Placemark (not one)?

I see only one way. Brute force, i.e. in user request append district.
For each district one request. In egion Moscow 38 district -> 38
request. I think this is a bad way, but what then right way?

On 5 авг, 00:14, "[email protected]" <[email protected]> wrote:
> On Aug 4, 11:16 am,alekciy<[email protected]> wrote:
>
> > Does this mean that the method getLocations() does not correct work
> > for Russia?
>
> Define "does not correct work"
>   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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