Questions tagged as 'google-api'

0
answers

Capture data with Google People API

Cordial greeting I want to be able to capture data such as the basics (name, surname, email ...) and more specific ones such as the birthday and gender; this through a login button. All good with the basic data (I put code below). But I do not k...
asked by 19.08.2017 / 01:34
0
answers

Find all the points in a certain radius with Google map api

I have a list of ~ 10000 places (latitude and longitude) and I have a central point (latitude and longitude). I want using the Google map API, find all the places (within 100000), which are at a distance X (given by me) from the given center. I...
asked by 30.01.2018 / 23:19
1
answer

Error requesting the refresh_token when integrating the Google Drive API with Laravel

+4 days ago I implemented the registration and login through Google in my Laravel application. When the user does not have an account then it is created, but when it is already registered what it does is allow access. public function handle...
asked by 09.09.2018 / 05:05
1
answer

Recall variables from the onConnected method

I have a problem with some variables that I want to recover from an onConnected method, these variables contain the current latitude and longitude of my device and I want to recover them to store in a global variable and be able to use those glo...
asked by 27.06.2018 / 16:59
0
answers

Problems showing Google maps in production

I have not been able to see Google maps in production mode, there are other questions that refer to this case, I have followed each of the indications and tips but I can only see google maps in the emulator but not when it is downloaded or updat...
asked by 24.04.2018 / 18:17
1
answer

Maps Android Studio is not displayed when the app is downloaded from play store

I'm having a problem showing google maps in my app, before the map was shown correctly, the marker with the requested approach, when I emulate my project in the emulator or I do it on my cell phone through cable, the map will be shows correctly,...
asked by 01.02.2018 / 18:21
1
answer

Show alert with a Gauge chart

Dear, I currently have a gauge chart on my page which works, my question is how can I do so that when I click on a meter an alert is raised? I'm working with this code <html> <head> <script type="text/javascript"...
asked by 17.10.2018 / 15:24
1
answer

Why does not my app show a map when downloading from playstore?

I have an App that shows a map using the Map API, but when you download it from Playstore the map is not displayed. This is what I have configured: An Api key for debug, the SHA-1 I get from google_maps_api.xml (debug) An Api Key for pro...
asked by 24.07.2018 / 18:42
2
answers

set bookmark in google maps android (API V2)

I have these two classes that call my map, and my activity that contains it, the issue is that I need to pass on the parent activity, the coordinates for the child activity, but I do not know how to do it, if I do a new method that go to the fra...
asked by 16.05.2018 / 06:49
1
answer

Auth2 problem

I am configuring the login through Google in my application made in laravel and for this I saw several documentation about it, and all were more or less similar. I tried 3 settings and at 3 it was the same error. The page is tundrainventar...
asked by 05.12.2018 / 01:20