google

Google Contacts API not showing emails, nor max results

I'm using the Google Contacts API to get back formatted JSON, hopefully containing ALL of a user's contacts' email addresses. I use this information to search my database for the user's friends. Neither of these results occur. Here's the URI that's called (broken up by paramater for slightly better readability: http://www-opensocial.g...

How to change MapTypeid in Google Maps API v3?

I need to change the map type from RoadMap to Hybrid when a user clicks on a marker (it automatically zoom's and center's on it already) I can't find anything on Google's API documentation for 3.2 on how to do that. Any help would be appreciated! ...

Is it possible to catch exceptions thrown in a JavaScript async callback?

Is there a way to catch exceptions in JavaScript callbacks? Is it even possible? Uncaught Error: Invalid value for property <address> Here is the jsfiddle: http://jsfiddle.net/kjy112/yQhhy/ try { // this will cause an exception ing google.maps.Geocoder().geocode() // since it expects a string. var zipcode = 30045; v...

Safari Extension - How to use users settings?

Hi, I'm updating my first Safari Extension, and need some quick help. I've created a button (Although I eventually want it to automatic) that essentially executes a javascript script. I need the script it runs to use a variable which it will grab from the settings in the Preferences panel. How do I get it to check, I know there's some so...

Help with google map v3

Hello! I am from Russia and I so need your help with google map v3!!! I have the problem about geocoder! I have 20 address and my map shows me only 11 points! I know about “delay” and “setTimeout”, but I don’t know how use it. I found answer about it on this page - http://stackoverflow.com/questions/2899506/loading-city-state-from-sq...

How does google.com redirect me to the correct language?

If I enter www.google.com it is always in my language. How does google get the correct language? Do they check the IP or is the language of the browser? ...

GoogleMaps v3 API Create only 1 marker on click

I am successfully creating a marker on click however, using the following code, I get a new marker with every click, I only ever want one marker added and if someone clicks more than once I would like it to move the existing marker to the new position Can anyone help here is the code function placeMarker(location) { var clicked...

Change appearance of Google charts gauge

I have a requirement to create a slick/modern looking dashboard for a client and would like to use the gauge from Google Chart Tools. Is it possible to replace the gauge image with a custom design? Many thanks. ...

Google Maps Api v3: Polygon in Polygon Question

Hi, first sorry for my english. i´m a german. My Question / Problem: I have a map with a lot of polygon´s. All geodata comes from a database. I will create a new polygon and all polygons inside the new one should be change the color. Is this possible? Any solutions? Is there any example out there? Thanks a lot for any help. Martin ...

C# integrate google webmaster api

I'm busy integrating google webmaster tools into my mvc2 project. I downloaded the google Data API SDK here. But i can't figure out how to connect to the api and retrieve information from it. I can't find any assemblies in the SDK i can use in my testproject to connect to the webmaster tools api. If anybody already tried or has informat...

How can you sort an array of GPS coordinates to draw a non-overlapping bounding box?

I have a collection of GPS coordinates (Lat/log) in an array that I want to use to create a polygon in google maps. If i use the unsorted array, the polygon lines are drawn in the order of the array index. I am wondering if there is a way to sort the array such that when i draw the polygon, the borders do not overlap. Any insight will ...

how i can convert days to year in google doc spreadsheet

how i can convert days to year in google doc spreadsheet ...

Which information is stored by Google crawler?

.. and how the web crawler infers the semantics of information on the website? List out the ranking signal in separate answer. ...

IN which language the google analytics , adsense , adwords , and other appsbuild in

I want to know that for e,g The whole google apps like google analytics , adsense decision making engine , i mean which ad to display and other intelligent system. Is there any online data or way or does anyone knows for example If i want t build something similar to google news or google analytics which lnagues i have to use. I mean...

developing a system like google directory in sharepoint 2007

Hi. i want develop a system in sharepoint 2007 that work similar google directory. but i don't know how to achieve that. please help me. ...

How does Google Instant change the referer sent by the browser?

If you click on a result in Google Instant, the referer sent by your browser to the destination website contains a bunch of parameters, including the all important q=[autocompleted query] But you're coming from a page whose URL is simply http://www.google.com/ with a bunch of stuff after the # character, i.e. as an on-page anchor. So t...

How Do Google and Bing's Autocompletion Work?

How Do Google and Bing's Autocompletion Work? When I use firebug I see no XHR's. In that case, how is the data retrieved? ...

Google Analytics not working 100% with Magento

Hi, I need to solve a problem that the e-commerce report on analytics page, is showing 30% less sales than the Magento report. I was wondering where I put the analytics code with the sales transactions? In the success page after the payment? On our e-commerce, we use a third party billing app that makes the user navigate to another p...

is there an API for Google's Scribe auto-completing service?

Is there a way to use Google's Scribe autocomplete service (in Google Labs) through an api - you give it a word or words and it completes it? ...

How to Display Menu Icons after clicking the More item in Android

Hello, if I have an Options menu in Android that has more than 6 items, Android adds a More item that shows the other hidden items, AS text! But I want the More button to display the extra items both in their text AND icon, how do I do that? ...