Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
2k views

How to fix the wrong address fill in text input after select from Google Places autocomplete?

I'm using Google Places API with autocomplete to make a form with address for user. The autocomplete show up the list of address and it contains an address that i want to choose, but after i choose ...
Steven Dang's user avatar
1 vote
1 answer
303 views

how to add google api key and callback function using a function in google places api

I want to send my google api key and callback from the angularjs file, not in the URL of the google places api. but I don't know the way to do this. Please tell me the way of doing this using ...
user979879's user avatar
1 vote
1 answer
51 views

What will happen to a hybrid cordova project if a Google API key (mentioned in index.html) is dead?

I have a hybrid Cordova project written in HTML, CSS, JS, Angularjs. The Google Places API key of the project has expired? What will happen, will the project crash? I am not using that particular ...
user avatar
0 votes
1 answer
2k views

Google places API automatically get place from a string

In my Page I'm querying my backend to get an address and placing that address in my input. Now using Jquery I get that input value and want to get the place from google places api. //placing value ...
arshad92's user avatar
2 votes
2 answers
371 views

"display: none" is getting added to google places autocomplete input field

I have an angularjs application, and I am using this directive to get the google-maps-api places autocomplete in the following input field . <div> <input type="text" autocomplete="...
Dhanya C B's user avatar
-1 votes
1 answer
34 views

Kendo UI AngularJS ngmap autocomplete issue

I m trying to integrate ngmap autocomplete with Kendo UI. But placeChanged event not firing. and autocomplete widget not showing. Input placeholder working. and I checked network. its getting ...
Nazır Dogan's user avatar
  • 1,588
1 vote
1 answer
45 views

Google Places API + Angular JS + PHP data not returning

Thanks for the help up front. I am exploring building an app using data from the Google Places web services API. I am using AngularJS, PHP and HTML. As of now I am having an issue making the API ...
user2828701's user avatar
0 votes
1 answer
87 views

Google places is not defined even after including the module correctly

I have a page with a bootstrap modal, this modal has a form in it, when I submit this form, this form should be submitted and I have used action atrribute and redirected all the form data to another ...
Harish's user avatar
  • 1,265
2 votes
0 answers
276 views

Google Places auto complete dropdown not clickable in mobile browser

I have this Angular JS directive for Google Places auto complete and it's working fine. My problem is that when I try it on a mobile browser like Google Chrome or Safari, well mobile, the pac item, ....
Darren Santana's user avatar
0 votes
2 answers
313 views

calling a function in angular controller from google api present in view

i am using google places details api. So in my src attribute I put google api which has a callback named initMap Here is the code <div class="tab-pane active" id="timeline"> <p class="lead"...
ot954's user avatar
  • 425
0 votes
1 answer
519 views

Place Photo Requests with google api in img src

I am trying to get list of location with their photos using google places api. I am storing the response in a variable vm.locationList. In my view I am iterating over this variable to show location ...
ot954's user avatar
  • 425
0 votes
2 answers
2k views

How to get photo_reference of a photo using Google Places API in Angular

I am trying to get the place details through Google Autocomplete in Angular. My code is: var input = document.getElementById('searchBar'); var autocomplete = new google.maps.places.Autocomplete(...
Anand Undavia's user avatar
0 votes
1 answer
723 views

add custom array to google autocomplete places angularJS

In my application, I am using autocomplete for google places using the directive gm-places-autocomplete. I want this autocomplete suggestion to be enhanced with my custom array which has be listed ...
charles peter's user avatar
1 vote
1 answer
160 views

element.val() returning previous value

Here is my problem I am trying to create a button that calls a directive function which then activates the google place 'place_changed' event that is assigned to the directive. If the getPlace() ...
matthew's user avatar
  • 713

15 30 50 per page
1
2 3 4 5