0
votes
0answers
9 views

google places autocomplete select with mouse

I am using google's autocomplete api just like in the docs and it works fine. However I have a form submitted with ajax every time it changes . It works fine but when I use the autocomplete for the ...
1
vote
0answers
19 views

Getting accurate results from Google Places Library

I'm using the Places Library to search any type of nearby places by keyword within a LatLngBounds rectangle. For example if I search for pancakes I'll get restaurants with pancakes on their menu but ...
0
votes
1answer
39 views

Google maps and places sidebar

I 'm beginer to js and coding and i trying build an web site with google map + places api, so when type "restaurant or bar or etc" to shw this business on map and on sidebar. ...
0
votes
0answers
23 views

Google Places API - search place name by cyrillic parameter

I am using Google Places API to send request for places around me and I set the 'name' parameter to filter by name of place. The thing is it all works good for latin names, but I want to search for ...
0
votes
0answers
17 views

Prompting a User a Second time for Enabling GPS

Currently working through a problem involving the navigator.geolocation in javascript. My current code involks navigator.geolocation.getCurrentPosition. Everything works fine, the user gets prompted ...
0
votes
5answers
119 views

Click event not working on a div appended dynamically

I am using Google Place Autocomplete When i search any thing in autocomplete textbox google appends some divs in my html , <div class="pac-container" style="position: absolute; z-index: 1000; ...
1
vote
0answers
47 views

Get google places autocomplete value only if the input is selected

I want to get data from my Google places auto-complete input only if the user is selected one of the drop-down options. I don't want inputs like 'shdkajdjjdoiacn'. How can I do this? The code I use ...
1
vote
1answer
38 views

Google Places - Markers drop on to the map on scroll/zoom

I'm having an issue with Google maps Places. The places drop on the map each time I drag or zoom out on the map. Please see this here: http://www.jupixcreative.com/dev/places/search_results_map.php ...
0
votes
1answer
132 views

Set initial location of map when using places autocomplete - Google Places API

Is it possible to do that? This is what I have found in Google https://groups.google.com/forum/?fromgroups=#!topic/google-maps-js-api-v3/kdgueJzwvK4. I have made this: # TODO In case input has ...
0
votes
0answers
29 views

Google Places Javascript v3 api - Formatted_Phone_number

I have created a Google map that displays and numbers locations. It seems to grab the formatted phone number I must grab the reference of each location and send another getDetails request. The problem ...
1
vote
1answer
55 views

Google Places Javascript API not making some requests

I am using the Google Places API for Javascript to make lots of searches based on keywords. All requests are of this format: var request = { location: new google.maps.LatLng(40.711646, ...
2
votes
1answer
248 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 ...
1
vote
1answer
96 views

Google's Places API and JQuery request

I doing some testing for a project I got in mind which involves using places nearby. So I went with the big guy and started messing around with Google's Places Api. I'm using leaflet with openstreet ...
0
votes
0answers
61 views

Automatically getting the name of a location with google places api

i'm new to the google places api and i'm trying to develop a mobile app of my own. I want the app to automatically get the location name of the user over the internet in a string format. What i mean ...
0
votes
0answers
124 views

Adding Javascript variables into a MySql database on form submit

I've got an application which makes use of the Google Maps Places Library. At the minute users can search for a start and end point using this library, click on one of the Autocomplete results and a ...
0
votes
0answers
43 views

unable to getdetails() on a dynamic place.reference as opposed to static

i am using google places api javascript library and need to getdetails() on a place. i have a map with one marker on it which provides limited details e.g reference etc i then need to take that ...
1
vote
0answers
110 views

requesting details with google places api

I have been reading quite a bit but still a little muddy. I am trying to build an app that gets business listings in google places and displays the 'details' such as address, reviews, image, ...
0
votes
1answer
49 views

how do i limit the autocomplete feature on google places to keywords

Using the Google places java-script library at the Google provided sample : https://google-developers.appspot.com/maps/documentation/javascript/examples/places-searchbox I am trying to get only ...
0
votes
2answers
49 views

Load a map with specific places acount as a reference without iframe?

Is there a way to load a map using js, but show the reference location as an actual places listing? I'd like to load a map that shows a particular business (I have the places reference number) then ...
0
votes
0answers
123 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 ...
0
votes
1answer
62 views

compare array, remove items

Using the Google Places API, you can only get 20 results back from a single query ... so you can't query for ALL results at once, but rather need to store what has already been searched for (in an ...
1
vote
1answer
113 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 ...
0
votes
1answer
91 views

Javascript events firing in undesired order

The problem: mouseout event fires too early and causes the infobox to stay open when the user drags their mouse over the marker too fast. In other words... If the user quickly moves in and out of the ...
0
votes
2answers
76 views

TextSearch for multiple locations

I have a list of store names that I want to do a textsearch on and find their locations. All I have is the name of the stores. I want to do a single search for all the names at the same time, is the ...
0
votes
1answer
100 views

Google Places REST call returning 404 not found

I would like to search google places based using a REST call. I am trying the following URL format as per Googles documentation, but I"m getting a 404 not found. Can anyone suggest the proper format ...
0
votes
2answers
144 views

Google Places Autocomplete Force Selection

I am using the JavaScript Google places autocomplete API v3. It works fine but I was wondering if there was a way to force the selection from the autocomplete, that is input that will not accept any ...
3
votes
0answers
721 views

Google Places Autocomplete - Pick first result on Enter key?

I'm using a Google Places Autocomplete and I simply want it to select the top item in the results list when the enter key is pressed in the form field and suggestions exist. I know this has been ...
0
votes
0answers
26 views

Removing Google Places “Markers” of a specific Google Places “Type”

I'm getting some Google Places Types ['school'], ['hospital'] from Google Places API. The places were displayed without problems at the map 1 - When the user click the checkbox chkSchool ...
1
vote
3answers
506 views

How to clear the input bound to the Google Places Autocomplete?

Here is my issue: I am using Google Places Autocomplete to gather information about places from the user. On the event "place_changed", I save this information. However I want to give the user the ...
0
votes
2answers
127 views

Use oauth2 to retrieve Google Places client_id

Is it possible to retrieve the Google Places client_id using oauth2? I am able to retrieve Google+ information including the id and Google+ profile url, but I need a way to tie the oauth2 user to the ...
3
votes
1answer
297 views

How to tell when google places autocomplete suggestion was not used?

Short version: I'm using google's autocomplete places from the Google Places Library (here https://developers.google.com/maps/documentation/javascript/places) and I need to tell when a user has ...
0
votes
1answer
85 views

Nested devise form not linking models

I'm trying to create a new location and a devise user in the same form and link them. The user and the location are created, but the location_id is not saving to the user. There is a location_id ...
0
votes
1answer
244 views

Google Places API not working in Firefox

I'm totally floored here. I used the Google Places API along with Google Maps Javascript API v3 to display a map of commerces with its address, phone number etc... I developed the website on Webkit... ...
0
votes
1answer
239 views

Trying to pull data from google places API

Trying to pull the data from Google Places API but can't get it work after reading the documentation. I must be missing something, anyone out there can help? <script> var request = { ...
1
vote
1answer
101 views

Why does google places' location object use methods to return longitude and latitude? [closed]

I'm making an app that uses Google's Places API. After querying, you get a places object. places.geometry.location contains the longitude and latitude of the place. You can see them each stored there ...
0
votes
0answers
162 views

Set anchor point for infowindow onclick of Places API results table

I am attempting to get the infowindow to open correctly in Google Earth Plugin with integration with Google Maps V3 and the Places API. I have a previous question which will show some of the code and ...
-4
votes
1answer
107 views

Google Map Autocomplete: how to know when suggestion is selected? [closed]

I'm using https://developers.google.com/maps/documentation/javascript/places#places_autocomplete. Is there a way to know when a user selects an item in the suggestion list? Any events triggered?
-2
votes
1answer
188 views

How do i show places, in google maps api v3 and google places api, between two points?

How to show places nearby certain radius starting from every point of a route path between two points.
3
votes
1answer
154 views

User shared GEOlocation does not work with google places

I don't know how to search for this in SO, so I'm asking a new question. What could cause or what is the concrete problem of my code: HTML generated by Javascript (createElement() and appendChild) is ...
1
vote
1answer
617 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 ...
-3
votes
1answer
684 views

Search for restaurants using Google maps APIs [closed]

I'm trying to use google APIs to search for Restaurants in a city and list them on a page. How can i do it? I'm not skilled in javascript and I just read the google maps APIs guides but i cant figure ...
1
vote
1answer
110 views

PlacesService search results length

I am making calls to the google.maps.places.PlacesService's search() method. The request object I am sending looks like this: var request = { location: map.getCenter(), ...
0
votes
1answer
364 views

Google Places - Get formatted address without user input

I have been sifting through documentation unsuccessfully and need help. I need to access the first value in Google places autocomplete or geocode the lat lng coords I have in Google Places. I am auto ...
0
votes
1answer
297 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
1answer
507 views

Combining google places api, and directions-map api v3

I have the following code in my page (based at the moment around the google examples. I have however hit a snag, i can't seem to make places work (the markers wont show), this is my code . . . it ...
0
votes
1answer
276 views

AJAX request from Google Places API returns null

I am trying to retrieve a list of places from Google Places API in JSON. I am sending an AJAX request. The GET request sends the correct parameters and receives a 200 OK success message, but no ...
2
votes
0answers
434 views

Setting value for autocomplete search field linked to Google Places API

I have a web page where people will be able to enter multiple destinations. When they state they want to enter a new destination, the current field values are stored in arrays. If they choose to go ...
1
vote
2answers
554 views

Google Maps Places API Map not showing up

I just started working with the google maps places API and have been able to pull together this code but the map doesn't show up. I would imagine it is a small error somewhere but I can't find it. ...
-1
votes
1answer
153 views

JavaScript - How to get the city name suggestions from Google Auto-completion API

As you may know, you can have suggestions from Google places API for city names. By default you have to create an auto complete object with this code : var input = ...
0
votes
1answer
514 views

Google Places Autocomplete API Multiple Instances

I've got a problem with my site. I use autocomplete to find the lat long of an address before submitting to a form. The problem is, on the page where I have 2 instances, I get an error in Chrome ...

1 2