On Nov 4, 7:16 am, KnutMarius <[email protected]> wrote: > I am new at working with the Google Maps API, and I have a couple of > questions regarding the integration of address search into the map: > > I use google.search.LocalSearch in my application to find addresses in > the map, but I often find that business names matching the search > query will be included in the result set. Is there a way that I can > tell the LocalSearch to only search for street addresses and NOT > businesses?
LocalSearch is just that local search, including business search. If you only want to locate addresses, use the geocoder (or a third party geocoder). -- Larry > > Also: I notice that there are several different javascript classes for > LocalSearch. I have seen both google.search.LocalSearch, > google.elements.LocalSearch and a class called GLocalSearch. What is > the difference between these implementations? > > Thanks -- 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.
