On May 10, 7:32 am, ikawa <[email protected]> wrote: > I tried to add marker by allowing user to enter the address they want > to find. It works perfectly for places such as home addres, state, > city but not work when the address is an business name type such as > "Swinburne bookshop" or any other Bookshops and it returns "......." > not found. Can you please help???
That is the way a geocoder works. It turns addresses (mostly postal addresses) into coordinates. It sounds like you need to integrate with the local search API which does business names: http://code.google.com/apis/maps/documentation/services.html#LocalSearch the Google AJAX Search API: http://code.google.com/apis/ajaxsearch/local.html a separate product with its own terms of use. http://code.google.com/apis/ajaxsearch/terms.html -- 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.
