Search found 19 matches

Go to advanced search

by Alex B
Mon Jul 20, 2020 6:18 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Is there an easier way to do this? Also

by Alex B
Mon Nov 09, 2015 4:26 pm
Forum: Issues
Topic: Data Array in Rest Response Not Mapping Correctly
Replies: 2
Views: 537
 
Jump to post

Data Array in Rest Response Not Mapping Correctly

Oh, I feel like an idiot now xD Thank you so much! That fixed everything!

by Alex B
Sun Nov 08, 2015 5:35 am
Forum: Issues
Topic: Data Array in Rest Response Not Mapping Correctly
Replies: 2
Views: 537
 
Jump to post

Data Array in Rest Response Not Mapping Correctly

Not sure how to describe this problem so I've attached screenshots of everything. To summarize: I have a database that I am using an API url to access. The GET request in the REST service works perfectly and retrieves all my data in the response. The data is in an array and I've mapped the response ...
by Alex B
Fri Oct 19, 2012 4:36 am
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Using the debugger tool, I'm getting an error message of: "Cannot refresh, map is not initialized!" Also, I believe the latitude and longitude coordinates are not being stored in the local storage because the debugger shows that the parameters being inputted into the Google Places REST is:...
by Alex B
Thu Oct 18, 2012 9:20 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Thank you Max. I made the appropriate adjustments and I still end up in the middle of the Atlantic. I've got the geolocation response going to separate local storage variables, then on the Google places REST i've inserted the javascript in the location parameter input. I also tried creating the two ...
by Alex B
Thu Oct 18, 2012 8:46 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Google API supports XML and JSON. I prefer JSON and that is what Google recommends.

The location parameter input has to be formatted as: latitude,longitude ( you can't split them into two separate input parameters - I tried that too, lol).

by Alex B
Thu Oct 18, 2012 8:38 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Correct, it's because I was under the impression the lat/lng has to be stored as one variable in order for the Google Places REST service to work properly. I can't give the location parameter in Google Places REST service two different inputs (I've tried). So that means the latitude and longtitude r...
by Alex B
Thu Oct 18, 2012 8:04 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

Yes, here is a successful test response via the REST service with some default values filled in. https://d37wxxhohlp07s.cloudfront.net/s3_images/806242/GoogleAPItest_inline.png?1350590390 I just found out that the "blue screen of death" I'm getting in the browser test environment is actual...
by Alex B
Thu Oct 18, 2012 6:09 pm
Forum: Issues
Topic: Google Places API
Replies: 13
Views: 1900
 
Jump to post

Google Places API

I thought I had tried and it didn't work, but now it works! Thank you Max. Data mapping the response, I am still lost and having trouble with it - I'm using the geolocation service to get the lat/lng of the user. When the page loads, the Geolocation service is invoked. Upon success, the lat/lng resp...
by Alex B
Sun Oct 14, 2012 4:09 am
Forum: Issues
Topic: posting comments and displaying comments
Replies: 7
Views: 1605
 
Jump to post

posting comments and displaying comments

Correct, except that you would use a grid and a list to post comments from others. What you could do is use Parse as your backend to store/post comments and then display other comments in the response upon a successful post. This tutorial should give you some help: http://help.gotiggr.com/getting-st...

Go to advanced search