ubilabs / geocomplete

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

Can't seem to see Places API in action, only geocoding #20

Open cherifzouein opened 12 years ago

cherifzouein commented 12 years ago

Hi All, I don't know what I get wrong with the plug-in, but either through the examples or by running the code locally I feel I only get geocoding results.

To verifiy each time, I try to add the name of a bar in NYC which I know only gets returned by the places api: "White Star, Essex Street".

Is there some type configuration option I'm not enabling or something I am missing?

Thanks a lot in advance!

kyoukhana commented 12 years ago

send me the code

Sent from my iPhone

On Oct 3, 2012, at 11:04 AM, ficho notifications@github.com wrote:

Hi All, I don't know what I get wrong with the plug-in, but either through the examples or by running the code locally I feel I only get geocoding results.

To verifiy each time, I try to add the name of a bar in NYC which I know only gets returned by the places api: "White Star, Essex Street".

Is there some type configuration option I'm not enabling or something I am missing?

Thanks a lot in advance!

— Reply to this email directly or view it on GitHub.

cherifzouein commented 12 years ago

Well it's the code from the examples. In the simple one is the Places API => geocoder fallback supposed to be the normal behaviour? (Im a newb, just a heads up)

aemkei commented 12 years ago

@ficho: Is this example working for you? http://ubilabs.github.com/geocomplete/examples/form.html

cherifzouein commented 12 years ago

!! Yes it does. Am I plain stupid or is there something different in there? Feel free to answer the former

cherifzouein commented 12 years ago

Ok I just checked against the simple and multiple results examples for the following input: "White Star Bar". Only the forms example provides a result. What differs between the 3?