-
Hi, thank you for this great plug in.
I want to be able on drag marker, to update even formated address on address field.
I could not find any way doing it.
It updates lat long but not the address ...…
-
Brian-
I am the community manger for Pods and saw your submission of this plugin. I tried to reply by email, but the email you entered in the from bounced.
I wanted to say thank you for making this …
-
Just thought I'd point out that I built a [Meteor.js](http://meteor.com) package for this project. :)
https://atmospherejs.com/jeremy/geocomplete ([repo](https://github.com/jshimko/meteor-geocomple…
-
For some reason, geocomplete does not return "Formatted Address" anymore.
I've been using these feature all over my project with Draggable mode on.
Please test draggable.html and you'll see it won't u…
-
getting this error, also on your demo
ropic updated
7 years ago
-
For my use-case, geocomplete should restrict input values to really existing location.
So look for an ability to set only values from suggest from Google and clear values that didn't match nothing fro…
-
I am using the following code to initialize my geocomplete:
```
var lastValue = $('#address').val();
$('#address').geocomplete({
map: '#map',
details: '#addressdetails',
mapOptions: {drag…
-
Hi guys...
I'm finding an error the city is not loaded
See in: http://ubilabs.github.io/geocomplete/examples/form.html
I try with this Address "Av. Paulista - Bela Vista, São Paulo - SP, Brasil"…
-
Hello, read about this feature here https://developers.google.com/maps/documentation/javascript/places
would be nice to use with this lib.
I tried to use like this
.geocomplete({types: ['(cities)'],…
-
I need to comment out the types attribute to have the autocomplete menu showing again
$(this)
.geocomplete({
map: false,
details: 'form',
d…