Search found 29 matches

Go to advanced search

by Rommel Paras
Wed Jul 17, 2013 10:52 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

How do I do that? Which files do I delete?

by Rommel Paras
Tue Jul 16, 2013 7:55 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

Why can't I use this?
var autocomplete = new google.maps.places.Autocomplete(input, options);

by Rommel Paras
Mon Jul 15, 2013 8:37 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

Hi Marina, Thanks for the correction. I was able to make the autocomplete work on jsFiddle. However, I have two problems with this autocomplete solution: It is not very accurate. Typing 'facebook' only provides 1 result: ( http://jsfiddle.net/rpparas/3XASp/3/ ) http://prntscr.com/1flxm0 Unlike the d...
by Rommel Paras
Sun Jul 14, 2013 7:53 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

Thanks for the insights on #1 and #2. I'm still trying to figure out the autocomplete issues on jsFiddle ( http://jsfiddle.net/aartyukh/2LK9H/1/ ). When I go to the page and copy the code, I see a reference error: on jsFiddle: http://prntscr.com/1fevks on Appery (maps.google... has been imported as ...
by Rommel Paras
Fri Jul 05, 2013 7:14 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

Yes, I've used that in tandem with the following steps: Autocomplete suggestions by using this API: [url=https://maps.googleapis.com/maps/api/place/autocomplete/json?types=establishment&radius=5000&sensor=true&key]https://maps.googleapis.com/maps/api/...[/url]=... and wrapped in our doma...
by Rommel Paras
Thu Jul 04, 2013 9:46 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

I removed the JavaScript code from the 2 panels and added them as external resources. However, the error still persists: http://prntscr.com/1dl16j Could it be because I'm re-adding the full maps+autocomplete js instead of just the autocomplete? Is there a workaround this where autocomplete is suppor...
by Rommel Paras
Thu Jul 04, 2013 8:16 am
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

When I directly access the map on http://appery.io/app/view/b7685864-bd... [1], it works fine. However, when I first to http://appery.io/app/view/b7685864-bd... , and click 'The Field' tab to go to the screen where the map is [1], the search autocomplete at the top doesn't work and I'm getting these...
by Rommel Paras
Fri Jun 28, 2013 10:33 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

I found the answer to my question. I just had to copy the contents of this file: http://maps.googleapis.com/maps/api/j... However, this introduces problems of its own: see http://prntscr.com/1civr4 It loads the maps JS twice. It causes null values since the script is always running. Is there a way f...
by Rommel Paras
Fri Jun 28, 2013 2:50 pm
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

There are limitations to this method. The programmer would need to use jqueryui.autocomplete or jquery.autocomplete libraries to propagate an array of suggestions to a textbox. The text suggestions that show up under a textbox when you type don't display as quickly and as efficiently as maps.Autocom...
by Rommel Paras
Fri Jun 28, 2013 5:55 am
Forum: Issues
Topic: Google Maps Api AutoComplete
Replies: 36
Views: 4423
 
Jump to post

Google Maps Api AutoComplete

Yeah, I tried implementing the code below: code var input = document.getElementById("keyword"); var autocomplete = new google.maps.places.Autocomplete(input); autocomplete.setComponentRestrictions({'country': 'us'}); //United States o...

Go to advanced search