Tagged Questions
0
votes
0answers
21 views
XmlPullParser parsing Google Place response: ignorable whitespace strangeness with getText
An an android app, I'm using an XmlPullParser to parse a response from a google place search, which takes the following format:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
2answers
171 views
In ASP.net, How To Create a Dataset From an API Call That Returns XML but Select Specific Nodes
I am trying to make an API call to google places and google returns an XML document with multiple fields and lines of data. What is the best way to take that data, select specific nodes from it, and ...
0
votes
1answer
232 views
Curl return xml as array
I have a curl procedure in php which returns xml or JSON from Google Places API.
I understand Google Places requires that request is returned in XML or JSON.
I wonder if curl can translate this into ...
0
votes
2answers
2k views
How to use Google Places API in Android?
I know the URL of accessing the google places. check here
But I am not able to parse the data coming from the URL in XML format. So, tell me the mechanism to display the data coming from google ...
0
votes
0answers
250 views
Google places not shwing results when passing the latitude and longitude dynamically
I am trying to make an application which result out all school based on latitude and longitude.when i give the latitude and longitude manually its working but when i am providing the lat and longitude ...
0
votes
2answers
208 views
trouble adding place through google places api
I am trying to add places to google maps using the google places api through coldfusion, I have enabled places in the API settings and am using the correct key as I am able to search for places within ...