Questions tagged [google-places]

An API providing detailed information about 100 million places, using the database behind Google Maps and Google+.

830 questions
-1
votes
1 answer

How to display places on a route of a given destination

I'm trying to add markers (for places) on a route. It's like getting directions in Google maps. There should be two text boxes for origin and destination. After click on submit button the map should display all the possible routes (for example there…
-1
votes
3 answers

Google Places API "request denied" error

I am trying to call the Google places API in my android app, using the following : https://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=true&key=AddYourOwnKeyHere I have tried using a debug key, and have even…
ufdeveloper
  • 387
  • 6
  • 19
-2
votes
1 answer

Google Places API gives name of the state as city in the suggestion

We are using google places API to autocomplete state, city or region searches. The issue is when one searches for a state, Places API gives two results one for the state and the other for the city/region. For eg, if we search Maine we get Maine, USA…
-2
votes
1 answer

Get exception in every input address google map directions problem

I use google map with api places . Fill input origin then destination and set direction between two points. My problem is in every fill input I got this message . Any idea please to resolve this problem . How I can set marker of every point after…
-2
votes
1 answer

How to get place_id based on telephone number

I would like to get the place_id based on the telephone. So far, I was able to get the place_id with the address but I wonder if I could get the same info but with the telephone. import googlemaps gmaps = googlemaps.Client(key='API') place_name =…
coding
  • 917
  • 2
  • 12
  • 25
-2
votes
1 answer

Question regarding the Google Autocomplete query with ZERO_RESULT status

I implemented some kind of address validation using Google autocomplete query and for some of the search requests I getting ZERO_RESULT, and based on the docs it means : ZERO_RESULTS indicates that the search was successful but returned no…
-2
votes
1 answer

How to get POINT OF VIEW of specific Place using Google Maps

I want to use Google Places Autocomplete - Per Session, with Place Details included, and when an user clicks on an item, display a Google Map StreetView with the Place. The way I was trying to do was: when a user clicks on an autocomplete-list, I…
dmanso
  • 21
  • 1
  • 4
-2
votes
1 answer

How to get the google places automatically

I want display the Google Automatic places in Text field. I write the following code but I unable to understand where the I give apikey. Same time I getting the latitude and longitude also for selected address. import UIKit import GoogleMaps import…
-2
votes
1 answer

Am I understanding correctly that I need 3 requests to get images of a place from Google Places API?

I am not sure if I'm understanding Google Place API correctly. It seems that first I need to get all places around my latitude and longitude like…
Onyx
  • 5,186
  • 8
  • 39
  • 86
-2
votes
1 answer

How to use Android constants values as constant names?

I am using the Place API on Android. As seen in the documentation, for each type of location, there is a code: public static final int TYPE_RESTAURANT Constant Value: 79 How can I use the String representation directly in my code when comparing?…
Daniel
  • 17
  • 4
-2
votes
1 answer

NavigationBarItem: BackButtonItem in Google Maps Navigation Bar

I just completed an map app that uses the Google Maps, Google Places, and Google Place Picker API frameworks. Quick question, though. How do a create a back button within my Google Maps Navigation Bar so that I can dismiss to the previous View…
James M
  • 21
  • 7
-2
votes
2 answers

Android, set String Array to textview or listview

Can you help me insert the following string into TextView or ListView? ["Monday: 1:30 – 3:30 PM","Tuesday: 1:30 – 3:30 PM","Wednesday: 1:30 – 3:30 PM, 8:30 – 11:00 PM","Thursday: 1:30 – 3:30 PM, 8:30 – 11:00 PM","Friday: 1:30 – 3:30 PM, 8:30 –…
Rober M S
  • 13
  • 4
-2
votes
1 answer

Google Places adding weird block on map

I'm using Google Places searchNearby request to populate map. Every time I make Google Places get details request on marker tap a weird block appears on the bottom right side of the map. It looks the same as copyright at the bottom but empty. These…
-2
votes
1 answer

How do I add auto-suggested locations?

see rightmove.co.uk it has the box at the top and you begin typing a city, town, postcode, area location whatever and it auto suggests it. It also seems to have every place in the UK and I am guessing every place in the world. How does this work?…
ant
  • 7
  • 1
  • 4
-2
votes
2 answers

INVALID API KEY android Google Places

I've done all solutions that I can search. I enabled APIs that are related to my project and made API keys(browser,android) slowly, and surely but not one is working. According to this that my API key is malformed or missing. Is there a way to…
ErlAl
  • 439
  • 1
  • 7
  • 13
1 2 3
55
56