ubilabs / geocomplete

jQuery Geocoding and Places Autocomplete Plugin
http://ubilabs.github.com/geocomplete/
MIT License
1.22k stars 406 forks source link

Some locations not loading #199

Closed yashwanthbabu closed 9 years ago

yashwanthbabu commented 9 years ago

Hello http://ubilabs.github.io/geocomplete/examples/form.html In the above example, i can search all the address i want. But after integrating the geocomplete into my Django project, some of the locations were missing on search. I mean, Some addresses are not showing after integration

Is there any way to overcome with this?

vladtco commented 9 years ago

Add property types: ["geocode", "establishment"] to geocode constructor

MehrasT commented 9 years ago

Hey @tyshkev Can you tell me how to add property types: ["geocode", "establishment"] to geocode constructor to Geocode constructor?

you input will be really helpfull for us

MehrasT commented 9 years ago

@tyshkev i added types to constructor but they Return ADdress now when selected

yashwanthbabu commented 9 years ago

@tyshkev Thanks. Works great