On Nov 4, 4:26 am, Abhi <[email protected]> wrote: > I have a location text box which has to auto populated when the user > enters a location in that. > > I have used the google HTTP based geocoding API to fectch the > addresses from placemark but the when I give string like 'san*' it > gives only locations matching with exact 'san' but not location > prefixed with 'san' like santa or santa clara. > > Please anybody can let me know how to get this.
I don't understand what you mean by "fetch the addresses from placemark"? Are you using the reverse geocoder? A geocoder gets coordinates from complete addresses. That doesn't sound like what you are giving it. Google does the best they can, but I think you are not using it in the expected manner. -- 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.
