DO NOT USE THIS TAG! Please use a more specific tag, such as [google-search] or [google-calendar].
0
votes
1answer
12 views
Override mylocation button in android Google maps api v2
I am trying yo override Google map's default my location button to display "GPS is not enabled" message if the user is pressing the mylocation button when gps is not enabled. How can i do this?
1
vote
2answers
21 views
angularjs find properties of div in directive
new to angular, new to stackoverflow. been trying to solve this for days. here is my problem:
I want to center a group of boxes.
Is there a way to get access to properties of div's (with id or class ...
0
votes
1answer
35 views
Extracting a URL of an image from Google search result page
Google has added a nice feature which makes you get instant info about any of famous people, for example when you search for "Barack Obama" you get a bio and a photo on the results page so you may not ...
0
votes
0answers
6 views
BlobstoreService.serve(BlobKey, Request) failing for large files Google App Engine for Java
We've had code deployed to Google App Engine for over a year now. This particular code has been running fine for months and hasn't recently been modified. We often make daily deployments. Setting the ...
0
votes
0answers
2 views
revolutionslider issue in chrome browsers
I put together a website that uses the Revolution Slider plugin (Wordpress site). On my desktop and in all browsers it looks fine. However, in the Chrome browser of a friend, as you can see in the ...
0
votes
1answer
15 views
Google Maps Api v2 key does not work properly
So everything works fine with the key that i generate for me. i wanted to export the apk and did as follows:
generate sha-1
get google apikey1, include in manifest(if i run the app from eclipse ...
0
votes
0answers
5 views
Google script that find text in my gmail and adds it to a spreadsheet?
I'm looking for a script that will search the body text of emails from a specific sender, find a string of text in the email, such as "You'll receive: US$7.16", then take the number 7.16 and add it to ...
0
votes
0answers
15 views
Finding out if User has logged out of Gmail/Google (with or without Google API)
I currently sign in a user on my website through the Google API (on ruby, using https://github.com/zquestz/omniauth-google-oauth2). I would like to know if there is a way for my application to find ...
-4
votes
4answers
29 views
Can Google Bots Detect PHP in <title> tags etc [on hold]
Quite a nooby question but don't want to effect my ranking on google.
Say I decided to create a PHP file with a load of strings containing different titles for each of my pages and then include the ...
0
votes
0answers
8 views
How can I retrieve the hyperlink from a cell in a Google spreadsheet using .NET API?
I am using Google Spreadsheet .NET API and I have a column with cells which are hyperlinks. I want to retrieve the formula of the cell via C#. I refer to this question "How can I retrieve the ...
1
vote
1answer
20 views
Google+ API - Check user account creation date
Is it possible to check when an account was created with Google+ API?
I would like to allow account creation with Google+ only for Google+ users who have a Google+ account for more than one year.
...
0
votes
0answers
7 views
New to Google DoubleClick DFA API
I would like to extract report from DoubleClick through API into SQL database. Is that possible? I familiar with Python, does anyone tried this in Python?
0
votes
0answers
8 views
Google Maps in Magento
I would like insert a map in my Magento web site.
The map must be with different marker.
I try to add map with Google Api but it doesn't works :(
The map works fine if I put simple code from google ...
0
votes
0answers
6 views
InfoWindow instances on multiple pins set in google maps API
I'm trying to set individual infoWindow instances for each marker available.
Here is my current code:
<div id="map_canvas" style="width: 100%; height: 370px; position: ...
0
votes
0answers
6 views
Getting GMap3 Cluster splitting / forming animations. Similar to iPhone native photo app map pins
I can't find any more animations to google map's v3 markers other than the built in 'drop' and 'bounce'. I am also using the jQuery GMap3 library but there's nothing about animation. Does anyone have ...