google

Google Maps geocoding (address to GLatLng)

I am trying to draw a geodesic polyline with Google Maps JavaScript API from two address points. var polyOptions = {geodesic:true}; var polyline = new GPolyline([ new GLatLng(), new GLatLng() ], "#f36c25", 5, 0.8, polyOptions ); map.addOverlay(polyline); if (GBrowserIsCompatible()) { map.addOverlay(polyline); } Could so...

Digital Content and Google Checkout

I have integrated Google Checkout to my payment system with the use of php code provided on the Google Official site. Now I need to add Digital Content to the Cart. I have checked the Cart and couldn't find any direct function or example for achieving this. Please suggest the method to add Digital Content to Google Checkout ...

Is there any google Image search API for ActionScript\MXML developers?

Is there any google Image search API for ActionScript\MXML developers? ...

cmakeable version of protocol buffers.

Hello, StackOverflow community! I want to embed protocol buffers into some project that supports cmake. As I undrestood, google doesn't provide this Any suggestions? Who tried to create cmakeable protocol buffers library? Are there lots of not cross-platform places at the source or there is no at all. Where can I take it if it exists?...

Custom Display maps like Google Maps

What would I use to make a map type site of my city that when someone typed in a business type, all of those type of businesses would be highlighted somehow? ...

Creating an automatic distance number for a fixed point from a typed address using Google Maps API

I'm trying to create a Javascript function that would take a typed-in address, and calculate the distance to five fixed points using the Google Maps API. Basically it wouldn't even show the Google Map, but rather show a simple number of miles (rounded to the tenths place) that would represent the distance from their specified address to...

How can I query Google Spreadsheets API with a string value?

I am using Zend_Gdata_SpreadsheetsListQuery. In PHP my query is: "confirmation=$confirmation" The problem is that $confirmation = 'AB-CD-EFG-012345'; Apparently the hyphens are causing problems with the query and the exception thrown is: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, go...

Store latitudes and longitudes in database for proximity/radius search using Google Maps API, .NET and SQL Server

What is the approach for storing the latitudes and longitudes for multiple addresses as a one time set up. I need to find the nearby stores using Google Maps and I have to get the latitudes and longitudes of all the available stores. As the data is huge and may increase or change in future, can anyone suggest an approach taking performan...

How to make an application like google transliteration desktop application in c#

Just the functionality of intercepting the keyboard entry , transforming it and sending it back is required.eg if user press a i wold like to send e etc. To make a application that accepts the entry from keyboard modify it and send it to the active window (may be application like word, excel,notepad windows screens ) etc. The feature i...

Google CDN not gzipping jquery

If I navigate here: http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js I download 70k using Firefox 3.6.3 and I can confirm it is sending Accept-Encoding: gzip. If I use the Microsoft one: http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js I download 30k (and it comes through as Content-Encoding: gzip) I am also exp...

looking for j2me app like google maps but based on navteq maps

hi, is there a j2me app (for my sony ericsson phone) which works like google maps (agps routing) but based on navteq maps ...

Google WebToolkit + Google App Engine: is it really for free ?

hi, I'm considering to use google web toolkit to develop my web application. It is not clear if the service is completely free for web storage under 500 mb. Can I use google web toolkit to develop my own app, and use my own server for it ? Am I going to have some issues if I do this ? Could you give me some feedback ? Thanks ...

Retrieving events from Google Calendar

I am trying to retrieve the XML data for Google Calendar. Authentication and retrieval all works. However, when I retrieve the events, gd: data isn't included as the protocol reference documents it would be (http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingWithoutQuery) Some error messages I'm runni...

Google Gears "upgrade" never completes.

I am using a website/program that we had developed in JavaScript, and it utilizes Google Gears to maintain an offline site. This software is distributed to our clients, and there are roughly 300 users currently. I will sometimes get a rogue issue (maybe 3 times in the last year) where Google Gears prompts with "A gears update has been do...

Android Live Wallpaper touch events

Hi, I've just started with Android, I'm making a simple Live wallpaper. I'm testing it on a 2.1 emulator. The trouble is while it works in the preview screen before you choose "Set Wallpaper" the touch events don't appear to register on the screen once you've selected it as a wallpaper. Do I need to state anything in the manifest about ...

Google Gadgets and external scripts

I'm trying to create my first custom Google Gadget to be used privately in my company's Google Sites intranet. Ideally I'd like to just show a thumbnail that the user can click that will open a modal window with the full video. This requires my including a couple of small JS libraries in my widget. For my widget I created this XML: <?x...

Breakdown of Google Adsense Code

hello friends :) i wan't to break down the google adsense code so i can understand what every element stands for. <script type="text/javascript"> <!-- google_ad_client = "pub-212231644091231233"; /* 468x60, created 4/11/09 */ google_ad_slot = "6006827265"; google_ad_width = 468; google_ad_height = 60; //--> ...

what is the longest lenght of word sequence that google can show as a autocomplete?

I am more curious to know what is the longest length word-series that google shows as a auto suggest?. ...

Redirecting non www to www?

Will search engines see the non-www as a different domain from the www version?Whether it is a must to put redirection for non-www to www? Regards, Rekha http://hiox.org ...

Help manual of google checkout and paypal.

I'm trying to find help manuals of Google Checkout and PayPal with screenshots, online. ...