google-places Questions
1
I'm working with the Google Places API for Android and I want to have access to the opening hours information. I have searched and in the Google Places API Web Service the atribute opening_hours is...
Myrwyn asked 8/3, 2017 at 16:3
0
I tried to add google places framework into my project that already using google maps framework. I already added GooglePlaces.framework, and dragged GooglePlaces.bundle from its resource, but I got...
Sheet asked 6/3, 2017 at 6:37
5
I was tiring to build an app which uses google maps for showing places and Pace API for searching places. but it is not being possible to build the app with two different API keys in the manifest. ...
Wirewove asked 4/5, 2016 at 9:38
1
We are using the Google Places Place Details API (more specifically, the Google Maps Javascript API). As part of the terms of use, we must display the value of html_attributions from the response i...
Okapi asked 4/11, 2016 at 6:39
2
I'm trying to access Places photos using the photoreference.
This works:
https://maps.googleapis.com/maps/api/place/photo?maxwidth=800&photoreference=CnRsAAAAGrxlcgShBlZZJgAFxr19eT3fQKxeDTpN4...
Concede asked 18/2, 2015 at 13:41
4
Solved
I followed this tutorial: http://android-er.blogspot.com/2013/03/embed-google-map-in-webview.html
I'm trying to just use the Google Map in the WebView, but it can't get my current location. I've e...
Mariahmariam asked 10/5, 2013 at 15:46
4
I have strange problem with one specific place. Any idea ?
This code is working fine, but for one place (accidentally choosen because of starts with aaa - just for test) it fails to obtain Place o...
Pelagianism asked 5/6, 2015 at 6:33
0
I have updated my pods to the latest GoogleSDK which now has separate cocoapods. After I have successfully updated my pods I am having issue with the module GoogleMapsBase which cannot be fou...
Kala asked 9/8, 2016 at 12:50
2
Solved
I'm using Google's places api - getPlacePredictions.
Here is my code on my input keyup event:
My template:
<input type="text" (keyup)='search()'>
<div *ngIf="searching"...
Margerymarget asked 4/6, 2016 at 6:17
1
Solved
I'm trying to develop an application based on google place API. When I try to use
Place place=PlacePicker.getPlace(data,this);
there is an error showing getPlace() is deprecated.
Please suggest ...
Soubise asked 5/5, 2016 at 8:45
1
Solved
I'm working on a small app and have implemented Google Maps and Places api. Currently i'm able to see all my markers on the map and clustering working fine. I'm able to zoom in the clusters open up...
Subscript asked 9/4, 2016 at 20:28
1
Solved
I'm trying to fetch a local BMW repair facility for Dortmund, Germany. According to Google Maps, there is a BMW dealer nearby to location 51.48488,7.4687013.
The following request matches the abo...
Muscid asked 22/3, 2016 at 13:42
2
Solved
I'm working on Augmented reality in ios app. I found a nice tutorial and a sample project from this site. While running that app in my device, I received the error in NSLOG console,
Response: {
"e...
Abdias asked 15/8, 2014 at 5:45
4
Solved
The click seems to fire the event and set the cookies but pressing enter to submit doesn't set the cookies and instead the page redirects without the cookies.
function locationAuto() {
$('.search...
Locke asked 10/10, 2012 at 9:47
7
I have a problem with connection with Google maps API V2 and Android. I' ve enabled services:
Google Maps Android API v2
Places API
Also I've added sha1 fingerprint.
But I still get this me...
Photoengraving asked 29/5, 2014 at 16:56
2
Per policy it is mandatory show "html_attributions" in the app. This response is received as -
"html_attributions" : [ "Listings by \u003ca href=\"http:// Some website.com/\"\u003esSome website\u0...
Aurelea asked 9/7, 2014 at 6:55
1
Solved
I am trying to limit the place search type to hospital using google places api web services but unable to achieve it.
Logcat
java.lang.NullPointerException
at com.ediode.graphics3d.ClinicFragm...
Auston asked 24/11, 2015 at 7:52
0
Google Places API can return details about a particular place, given its ID:
Places.GeoDataApi.getPlaceById(mGoogleApiClient, placeId)
The data returned in the callback implements the Place inte...
Sanborne asked 19/10, 2015 at 12:51
1
Solved
I have been trying to integrate Google Places API into my application, but cannot seem to get the API to launch. Every time I click the button to launch the API it will load, then revert back to th...
Monosyllabic asked 7/8, 2015 at 15:35
1
I have tried everything possible to make my app work without the need for the "Enable CORS extension for Chrome". I followed the steps on Google's official website which talks of authtokens, tried ...
Violist asked 11/5, 2015 at 22:1
2
I've been trying to find specific place in Google Places API with no success. When I type "La Cucina Trattoria" in Google Maps I get three results. However, when I run this query:
https://maps.goo...
Woosley asked 22/1, 2015 at 15:0
1
I am using a gmap autocomplete and sometimes the user doesn't hit any choice in the suggestion list. For example he types "Paris" in the input field and believes the search will be performed with P...
Impractical asked 29/3, 2013 at 18:26
0
I am looking to use Google Places autocomplete to help user search for places near him/her. When using autocomplete in the example below, I get establishment that are very far from the location.
h...
Dianoia asked 4/12, 2014 at 8:17
1
Solved
I am testing the Google Places API on an iOS 7 app.
When I send a request to the API I get a json result with the following error message:
This IP, site or mobile application is not authorized to...
Booze asked 18/4, 2014 at 22:59
1
Solved
I have the following code which I've been manipulating for a while, but I simply can't get it to return results..
<script src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;l...
Schwitzer asked 10/2, 2014 at 4:20
© 2022 - 2024 — McMap. All rights reserved.