On May 29, 2:03 pm, sumitarora <sumitarorat...@gmail.com> wrote: > I'm trying to getLocations with name say "DLF Building" and i'm > getting only one placemark. But i'm expecting multiple locations. I'm > expecting the same behaviour as inhttp://maps.google.com. its showing > me "Did you mean" with some suggessions when i search in directions > from "katwaria sarai" to "DLF Building".
The geocoder is a geocoder, not a search engine. I'm surprised you get one result for that query: http://www.geocodezip.com/example_geo2.asp?addr1=DLF%20Building&geocode=1 I see what you mean on google maps: http://maps.google.com/maps?sourceid=gmail&rls=gm&q=DLF%20Building&um=1&ie=UTF-8&sa=N&hl=en&tab=wl but that falls back to other results if the geocoder doesn't match the query. I suspect you will find more results by using the localSearch: http://code.google.com/apis/ajaxsearch/local.html -- Larry > > here is what i'm doing: > GGeocoder = new GClientGeocoder(GCache); > GGeocoder.getLocations("DLF Building",SomeFunction); > > Thanks, > Sumit Arora --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---