Tagged Questions
0
votes
0answers
5 views
Places API returns REQUEST_DENIED
I know there are a million threads on this, but I searched many of them with no help, I promise.
I am trying to use Places API to return results. I have tried the following:
Ensure a valid key (it ...
-1
votes
3answers
59 views
Google Places API “request denied” error [closed]
I am trying to call the Google places API in my android app, using the following :
...
1
vote
1answer
27 views
JSON exception to parse photo_refrence from Google places api
I have made a json android application, to show the reference of the photos, in a list view, but it gives me an error
my code is\
package com.example.jsonapp;
import java.util.ArrayList;
import ...
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"?>
...
-1
votes
0answers
24 views
google search API : how to get number of reviews about a restaurant?
Hello please is there a way to get the total number of reviews about a single restaurant using google search API?
(in the json response there is just the rating about the restaurant!) I tried to ...
1
vote
0answers
30 views
REQUEST_DENIED using Google Places API
I am developing an application for Android using the text search Google Places API. The goal is to give an address and get the latitude and longitude back so I can mark it on a map.
To do so I send ...
1
vote
0answers
30 views
Need to Find Nearby Restaurants Android
I'm making an app for school that will show your location and display nearby pizza restaurants. I've looked into both the Yelp api and the Google Places api, but I'm not sure of the pros and cons of ...
0
votes
1answer
66 views
Google Places Autocomplete API - threading
I have implemented autocomplete of Google Places using the API following this tutorial pretty strictly - https://developers.google.com/places/training/autocomplete-android. My question is, why is this ...
0
votes
1answer
81 views
google places api android returns java..lang.nullpointerexception
I'm trying to implement the Google Places API, but it keeps sending a java.lang.nullpointerexception. I got the code off this site: ...
2
votes
2answers
50 views
Get the description of the place from its Name
I am having a small issue here. In my application, the user enters the name of a place, and I should then show him the list of places having the name of the place he entered. so obviously I need to ...
0
votes
2answers
75 views
JSON from Google Places
Here I want to get the types of a specific place using Google Places API, but Im obviously having a huge problem with how to get the desired value of "types" from the JSON format.
here is what I ...
0
votes
0answers
71 views
list is not sorting in autocompletetextview (using google place api)
i have a problem. i am using map so i need place search in my application. to take input for place, i am using auto complete text view. when i type in autocompletetextview it should show me drop down ...
0
votes
2answers
90 views
Find the location nearest to current location from an array of locations using Google Maps Places API
I have an array containing different locations' addresses. I have also retrieved the current location of user.
Out of all the locations in array, i would like to find the one which is nearest. One ...
0
votes
0answers
32 views
Android google place api
I have read about the google place api. But I want to know something more clearly. I know google place api can use in android with the help of apikey. But I don't want to use key because much query ...
0
votes
4answers
102 views
String Array: Displaying Results
I was thinking that I could take in the user inputs which I get from the two AutoCompleteTextView and show it in as a result for which there is a TableLayout.
The two inputs that the ...
0
votes
1answer
50 views
AuotCompleteTextView with list of all places in google map in android
i know there is lot of stuff on Google map and completed almost all things like showing current location, finding nearest places using Google Place API, searching a place but i want when somebody ...
0
votes
0answers
65 views
How can I get photos from PlaceDetails using Google Places API in Android?
I am currently in the process of creating a restaurant finder and have been able to retrieve and display place details but I would like to retrieve and display photos of the place not just the place ...
0
votes
0answers
98 views
How to create photo request for google place in android?
I want to get photo from google place but can't create right request, I list places and can take place details like: address and name successfully. I tried to use reference taken from place search ...
0
votes
0answers
167 views
HttpClient gives No peer certificates exception with google places api url
As the question says My HttpClient is giving me a no peer certificates exception my class where I use places api is :
public class globalplacesearch extends Activity implements OnClickListener {
...
0
votes
3answers
236 views
Google Places Api is giving me request denied always[SOLVED]
maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AIzaSyA712jyN6NY0VXSGf8zgXfXSRhq01O8RLY");
...
0
votes
0answers
113 views
Google Maps Android API V2 Showing Resteraunt On Map Without Using Places API
Is there any way to show local restaurants on the my map without using the Places API and if not what is the easiest way to overlay the points onto my map in my android app using Places API ?
Thank ...
0
votes
1answer
104 views
google places api rank by distance
How do i use rankBy=distance for sorting a list of places by distance and display that distance beside the name of the business in a listview???
protected String doInBackground(String... args) {
...
0
votes
2answers
256 views
Finding city names and area details using Google Places API in android
I want to get details of the area I am standing in, I have the latitude and longitude using the LocationManager class, but how do I get the details such as name of the area, address etc? I don't want ...
0
votes
3answers
83 views
issue finding proper Google supported places type
I'm trying to implement GPS in my application, when user clicks the button in the app. it brings list of the nearest locations of the specified type "Religious Organizations" I did find a tutorial ...
0
votes
2answers
94 views
Google Place API, REQUEST_DENIED
Lots of Google Place api REQUEST_DENIED post on Stackoverflow but no answer for me.
I have create a project on Google API console
Under that project, using SHA1 certificate fingerprint ...
0
votes
0answers
143 views
Could not find class 'com.google.api.client.http.javanet.NetHttpTransport
Im making an android app that has map function, and in the map function I use the google api place to get the information about the the local service, but when i run the app. it gave me the errors as
...
0
votes
0answers
40 views
Permissions not showing when installing app
I get a json exception end of input at character 0 while trying to access the Google Places API (the generated URL is ok, the key is ok). In the manifest I have set permissions ACCESS_FINE_LOCATIONS ...
0
votes
1answer
176 views
Google Places API on Android: No route to host
I am using google places api in my application to show nearby food locations.
I'm using the following code:
public class Background extends AsyncTask<String,Integer,String>{
@Override
...
0
votes
1answer
68 views
value of integer in for loop do not changed android
I'm developing an Android app which is using Google Places API.
Once I get all the places result, I want to sort it according to the algorithm.
Which is, the places result will only being put into the ...
0
votes
1answer
139 views
Google Places API AutoComplete error Android
I followed google tutorial here to implement an autocomplete searching in Android. once I constructed the app and run it I get this error
returned from sslSelect() with result 0, error code 2
...
0
votes
1answer
231 views
Places Autocomplete API to get GPS coordinates from address entered
I have an address field in my app where the user needs to enter the required address. I have used google Geocoder to get the GPS coordinates of the address . But now I want to make it easier for the ...
0
votes
0answers
35 views
Places Api (Many) results missing for a query with type parameter
I've been using places api in an android project. At some locations in the outskirts of a city, results/places are missing.
The general structure of my API URL is : ...
0
votes
2answers
135 views
NoClassDefFoundError showing in logcat while running android project
I got an error while working with android map oriented example project. when i run this program it shows a NoClassDefFoundError in log-cat.I couldn't find any error in this program can any one please ...
0
votes
1answer
211 views
Error with URLConnection
I was just trying to get a feel of the JacksonJson library. For that, I was trying to get JSON data from the Places API into a String.
My key is valid (I tested in browser, and in another app), but ...
0
votes
1answer
393 views
Implementing Google Places API with updated Google maps v2
Over the past few days, I am trying to find a step - by - step tutorial to implement google places with the updated version of google maps (in eclipse for Android) with no success.
In the old ...
1
vote
1answer
804 views
How to pass the latitude and longitude of a place to be displayed on google map?
Hi I have developed an android app which uses google places api to display the nearby locations.
Now when I click on a place name I want to display its location in the map. My question is that how to ...
0
votes
0answers
284 views
Can't get google maps to show behind Google Places in my app (only grid)
I have this code from the tutorial Android Working with Google Places and Maps, and I want to change it, because I need it to work with google maps v2. The problem is that instead of the map, I only ...
0
votes
0answers
68 views
How to get the location from google places without using GPS?
Hi I want to develop an app which uses google places api to get the nearby locations.
My requirement is that I don't want to use GPS but only internet.
Can this be done because all the tutorials ...
-1
votes
1answer
100 views
GPS not displaying places
Hi i have developed an app which uses google places api to display a list of places the problem is that it uses both gps and internet to display the places.
Now my problem is that when i run the app ...
4
votes
1answer
144 views
How to get all the department stores present in a city in android using google places?
Hi I have developed an app which uses google-places API to get the list of nearby department stores. This works perfectly and I am using this tutorial to get the places, but now I need to add one more ...
2
votes
1answer
543 views
Google Places API request denied for Android autocomplete, even with the right api key
I'm trying to make an Autocomplete field which should fetch cities as the user types, by using the Google Places API as described in this tutorial:
...
0
votes
2answers
98 views
How to get photos in certain radius from location in Android?
I have an location coordinates. I have a radius (5 km, for example) around this location. How to get google maps photos (images, description/comments for photo, coordinates)?
1
vote
1answer
382 views
Searching for locations with Google Maps API for Android
I am making an Android app that stores 3 million city markers in MongoDB. Depending on the current google map view, I make a geospatial box query to Mongo to get all markers within the current view on ...
0
votes
1answer
123 views
Adding location detail to Google Places via JSON
I am adding locations to my Android application which is utilizing the Google Places API and when I run a search for these places I am getting the Name, latitude and longitude back but I am unable to ...
2
votes
2answers
47 views
How to pass the value got from google places api to another activity? [closed]
Hi i have developed an app using google places api. It displays the nearby department stores.
Now i need to pass the name of the store to another activity when i click on it.
Can anyone tell me how ...
0
votes
0answers
167 views
Value from mysql database not displaying [closed]
Hi i have developed an app which uses google places api to display the nearby stores.
Now when the user clicks on the name of the store i am connecting to my database to display the products ...
0
votes
0answers
31 views
Places API missing tag Android
I'm using the Google places api and I am trying to parse the XML data to get a number of things including the rating. The only problem is that sometimes there isn't a rating tag ( shown below). How ...
1
vote
0answers
51 views
How to check the number of places returned by google places api?
Hi i have developed an android app using google places api.
Now i want to count the number of places returned by the google places api so as to assign a unique id to each of them using which i access ...
0
votes
1answer
93 views
Maps api android key for places api not work
Google maps api for android v2 work with key i created using sha1, but when i put this key in the google places api search string my result is ACCESS DENIED.
Also in the google apis console report i ...
0
votes
1answer
67 views
How to connect the text view to a website?
Hi i am new to android and i have created a app which uses the google places api and lists a few department stores.
I have made the list clickable upon clicking the name of the department store i am ...





