> Can you give a clear example of your problem? Clearly "Ma" isn't a complete address
It's about incomplete addresses. I'm using a jQuery UI autocomplete powered form that populates a list that shows the suggestions. The user than click-selects what she/he needs. > You'd have to do your own filtering for that, by bounds or by some bit > of text you'd like to see in the result. Yeah, but what should I filter if the results contain only stuff that's far out of the bouds and region? If my bounds are for e.g. the borders of hungary and the results only contain "Buda, Nigeria", then I can't filter anything, so I'll have to wait until the result matches. And they start matching with "Budap", which then gives me two results (one has `sublocality` as additional address_component) that are both "Budapest, Hungary". If I try "do", I'll get "Dör, Hungary" as result/suggestion. Even if the bounds are far away from that and the region isn't matching (neither is the input string). -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/EW3TfmCEpVIJ. 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-js-api-v3?hl=en.
