-
Is there a way to add default location like this?
http://ubilabs.github.io/geocomplete/examples/location.html
-
I wanted to add **reverse geocoding** by taking the `lat`, `lng` from the user and send it to the `geocomplete` .. which must give me the full address of this `lat`, `lng`.
The issue is that the geo…
-
While trying to implement geocomplete in Bootstrap version 3.x i am facing the following issue..
Autocomplete not showing up while typing in a Modal window otherwise working fine..
-
Hi,
Is it possible to limit search by city name and country name, because I have city name filled before in my form, and I need to browse only addresses from that city?
We already have:
`componentRes…
ghost updated
8 years ago
-
When I first tried using $('input').geocomplete() in my site, I was able to get a dropdown with suggestions intermittently...then the suggestions disappeared completely. I have added a Google API key,…
-
Hello,
I am using this plugin in Rails but still have a problem with error in title.
Definition of script:
script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=MY_API_KEY&lib…
-
Hi all!
I have an input box ( like in this example: http://ubilabs.github.io/geocomplete/examples/simple.html ) only that I want to use the blur. So, in my code blur is set to true.
What happens is …
-
If we use more than one geocomplete plugin in the same page, the following function cannot choose the right pac-container.
```
selectFirstResult: function() {
//$(".pac-container").hide();
var s…
-
I am wondering how I can load the map if I have the "geocomplete" field already filled in either via Link such as http://www.website.com?geocomplete=PRESELECTED ADDRESS or using a single address form …
-
When I pass in a value for zoom in the mapOptions when calling the geocomplete constructor with a location that is a string, the zoom value appears to be ignored.
I examined the source code at
```
h…