Tagged Questions
0
votes
0answers
68 views
google maps api places autocomplete getPlace() not working
I have problem with google maps api places autocomplete. It seems that function getPlaces() not working as described in documentation:
Autocomplete
Returns the details of the Place selected by ...
1
vote
1answer
45 views
Google Places API autocomplete specific city
I have some questions about google places api for android.
This is the request that is being called:
...
6
votes
1answer
120 views
Places autocomplete by lodging and location types
I want Googles autocomplete suggestion to only list lodgings and locations. I've mostly been trying to get the lodging type to work however no suggestions ever appear.
When I remove ac_options from ...
1
vote
1answer
78 views
Combine Places Autocomplete and The Google Time Zone API
I need an api like the Places Autocomplete but with the place timezone in the response. I could use the Places Autocomplete api, to get the place reference from the response, than the Place Details ...
2
votes
1answer
136 views
Google Places Autocomplete on dynamic inputs
Good day.
I'm trying to add Google Places Autocomplete on dynamically created inputs using code below:
<html>
<head>
<script ...
0
votes
0answers
106 views
Error with Geocomplete jQuery plugin with more than one autocomplete fields
I've tried to implement geocomplete jQuery plugin and it seems to work alternately.
The plugin itself seems to be ok but I think the problem is in the Google Places API itself.
I get this error ...
1
vote
1answer
98 views
Google Places Autocomplete: rectangular bounds vs radius
We are using the Javascript API v3 and I want to add a radius to get more local results. But I can't get it to work.
The docs say to use radius with the Google Places API but use a rectangular ...
1
vote
0answers
95 views
Google places autocomplete with Selenium IDE test
I'm trying to make test in Selenium IDE (from Firefox addon) for autocomplete place (given from google places). I need type in input place name and get the first location.
Sequence for place ...
1
vote
0answers
127 views
how to use google places auto-complete for wp7
Am developing a simple app in that i need to get places auto-complete when user typing some city name
how to use this
or any another apis, solutions to achive this
thnaks in advance
0
votes
0answers
150 views
Google Places API and Geocoder for creation autocomplete text field
i would like to create a autocomplete text field inside a layout UI of my app, and i would like it to have the same functionality, as the search field as, in google maps. I know that many people ask ...
1
vote
1answer
536 views
Wrap Google Places Autocomplete Service through jQuery UI Autocomplete feature
I am trying to use jQuery UI Autocomplete feature in order to make a wrapper of Google Autocomplete Service(because I just want to restrict some of the results returned by Google in a manner that is ...
0
votes
1answer
280 views
Google Places Autocomplete: Format displayed result after selecting one (just display streetname + number)
I'm desperately trying to set the input value of googles autocomplete, after the user selected an address, to just the selected "streetname number", insteat of "streetname number, city, country".
...
0
votes
2answers
536 views
AutoComplete Google Maps API - direct JSON call
I'm trying to develop a jQuery mobile application which uses the Google Places API. Essentially what I'm doing is adding an input to a jQuery mobile page , then hooking it up to Google Places to ...
1
vote
1answer
523 views
Google places autocomplete - location and radius not working
Im trying to set the google places autocomplete to sort the results from the nearest to a point. I have a code like this...
var defaultPlace = new google.maps.LatLng(49.227463, 16.546097);
var ...
0
votes
0answers
171 views
location biasing google places multiple locations
There is something called location biasing:
https://developers.google.com/maps/documentation/places/autocomplete#location_biasing
as a part of the google places autocomplete library.
What we want to ...
2
votes
2answers
2k views
How can I restrict the Google Maps Places Library's Autocomplete to suggestions of only one city's places?
I am currently using the given code, but this only restricts suggestions to one country.
I have seen one implementation but its using jQuery and I want to do it without using jQuery.
var input = ...
2
votes
0answers
209 views
Google Places returns wrong city
I am building an application using google autocomplete Places API.
If I use the predictive suggestion for the address "Pongal, New York, NY, United States", I get following items in the return place ...
0
votes
1answer
252 views
places Autocomplete return incorrect coordinates
Yesterday I found weird problem in Places Autocomplete feature. I couldn't find solution so I start over from the begining.
I check google example:
...
2
votes
0answers
217 views
How to detach a input element from Place autosuggestion in Google Places API
I have attached an input element with Google places autosuggestion service and it works perfect for me.
My question is that how can I detach the element in javascript or jquery so that after detaching ...
1
vote
0answers
163 views
Missing formatted_phone_number field in Google Places autocomplete API's getPlace Details response
I am trying to use Google places autocomplete API for one of my application.
It works allright. But, I dont get the key formatted_phone_number in the result for the place detail request.
This is what ...
1
vote
1answer
2k views
Placeresult object returned from an autocomplete getPlace() call is missing several properties
When calling autocomplete.getPlace(), the PlaceResult object that is returned is now missing formatted_phone_number, international_phone_number, rating, and website properties. When I do a console.log ...
0
votes
1answer
65 views
How to ensure a place is part of the Google Places autocompletion
We got a customer looking after an event called Floriade placed in the city of venlo in the Netherlands. This point of interest is sometimes shown on the autocompletion under Floriade 2012. I say ...
0
votes
1answer
1k views
google.maps.places.Autocomplete not working inside of fancybox
If you find google.maps.places.Autocomplete not working, but you can see the API calls happening and returning results in the background as you are typing, then check here for a solution.
0
votes
1answer
513 views
google.maps.places.Autocomplete does not return some correct establishment addresses
The Google places (google.maps.places.Autocomplete) class that is available to use by linking an input box into a drop down list to display addresses from is causing me trouble when searching for ...