Questions tagged as 'google'

1
answer

Marker Google Maps pulls only 1 address among several [duplicate]

I'm using the Google Maps API to make a map with markers over the address I'm reporting, and also an auto complete in input . The problem is that if I put, for example, the address of my house in the input and it places the marker on top...
asked by 05.08.2015 / 20:22
2
answers

QPX Express API - List of flights

I'm trying to use the QPX Express API to fetch list of flights, in the documentation I have how to pass the arguments, but I do not know how to use, for example: Documentation:    The simplest way to try out this API is to send it to POST...
asked by 22.01.2015 / 16:46
1
answer

Google Maps API - window always opens last

Speak, all right? I'm working on Google maps, grabbing the clients in my bank and putting the Markers on the map according to their latitude and longitude, when clicking the marker opens a window displaying information, so far so good, my proble...
asked by 08.08.2014 / 21:31
1
answer

Objectify does not return query with a simple filter

I'm using Objectify 4.0.1, and I can not make a query with a simple filter return values. My class is this: @Entity public class Jogador implements Serializable{ @Id private Long id; private String nome; private String grupo; (...) My...
asked by 29.04.2014 / 14:28
1
answer

How to authenticate in Firebase through Google using Expo (react native)?

I have a web application in firebase, but I'm using it in the development of an android / ios application using Expo. I want authentication to be done by Google, but it happens that because it was created as a web, it asks for ID and secret key...
asked by 12.11.2018 / 13:59
1
answer

IMPORTHTML on Google Sheets with error

I'm trying to create a file to grab Alexa's Audience Geography area / table data ( link ) but google sheets whenever I try to pull an error appears. =IMPORTHTML("https://www.alexa.com/siteinfo/twitter.com";"//*[@table='demographics_div_country...
asked by 05.11.2018 / 14:50
0
answers

Google Distance Matrix

I need to use Google's Distance Matrix and read the API plan and wanted to know if I understood correctly. Google gives you "200 USD" / Month so you can make 40k requests per month, charging the surplus. Is that right? Are these "200 US...
asked by 13.10.2018 / 03:03
0
answers

Searches in Google with PHP

I was using% api but it is limited to 100 searches per day. Is there any way it did unlimited searches on google with PHP? Note: the number of searches will not occur every day, and when it occurs, it will be less than 2000 searches.     
asked by 04.10.2018 / 17:18
1
answer

JavaScript: Add object inside an array of objects

I have: var options = { title: 'Titulo', width: largura, height: altura, vAxis: { title:"Porcentagem % em vendas", format: 'decimal' }, hAxis: { title: "Seleção de clientes - Comutativa", } }...
asked by 09.10.2018 / 20:37
0
answers

Google Maps JavaScript API warning: NoApiKeys

I'm using a code to navigate Google Maps and display the coordinates on the screen. In the code snippet it is necessary to enter a valid credential / key. I include as requested, but still displays a "NoApiKeys" error. I am sure that my key is v...
asked by 26.09.2018 / 16:53