Submit a Story!
topics:

Geolocation API - Gears API - Google Code
Repeatedly obtains a new position. The success callback function is called as soon as a good position is available, or whenever the position changes significantly, subject to a maximum callback frequency. The error callback is called if a fatal error occurs which will prevent a position fix from ...
Google Code Blog: Introducing the Gears Geolocation API for all laptop WiFi users
Google Code Blog: Introducing the Gears Geolocation API for all laptop WiFi users
google-code-updates.blogspot.com — By Charles Wiles, Product Manager, Google Mobile Team I am thrilled to announce that today we have... enhanced the Gears Geolocation API so that developers can now securely locate users to within 200m accuracy in major desktop browsers in hundreds of ... (more) Google Code Blog: Introducing the Gears Geolocation API ...
Google Gears enhances geolocation with WiFi positioning
arstechnica.com — Google adds WiFi positioning to its Gears Geolocation API, becoming the latest firm to pair hints from... wireless signals with a guess at latitude and longitude. The addition works in browsers and on mobile devices. Read More... (more) Google Gears enhances geolocation with WiFi positioning
The First New York Times API is Live
The First New York Times API is Live
readwriteweb.com — The much-anticipated first Application Programming Interface (API) from the New York Times went live today, according to... a post on the company's blog Open - All the code that's fit to printf() . First up is a campaign finance data API and next is a ... (more) The First New York Times API is Live
Comments
Blog Reactions

Google's Gears gives laptops location smarts
Webware.com — ... Also, programmers don't need to know which underlying mechanism provides the service. "Because the Geolocation API is the same for developers in both desktop and mobile browsers you can even use the same code on both platforms," said Charles Wiles, product manager of the Google mobile team, in the ...

Google unveils API for building apps that can track laptops
Latest from Computerworld — ... has enhanced its Google Gears Geolocation API so that developers can build applications that can track the location of laptop users within 200 meters. The new API, unveiled on Tuesday, builds the initial version of the Geolocation API, which Google Gears developers can use to build Web applications that locate mobile phone users. The API was first released in August. ...

Google Gears Geolocation API for laptop Wi-Fi tech
D' Technology Weblog — ... its open-source Gears project’s “Gears Geolocation API” so that developers can now securely locate users to within 200m accuracy in major desktop browsers in hundreds of cities around the world. By adding WiFi signals to the Gears Geolocation API, laptop users can benefit from location enabled web sites for the first time and mobile users from the increased accuracy. ...

Google Expands Geolocation API to WiFi
WebProNews Feed — ... Previously Only Available for Mobile Phones Google Gears Google announced that they have expanded the Google Gears Geolocation API to include WiFi compatibility. Previously, it was only available for mobile phones. It is set up so that applications using the API can find WiFi networks within 200m. Google's Geolocation API allows developers to deliver personalized data based on geographic targeting, and in developer-speak allows them to: - Obtain the user's current position, using the getCurrentPosition method - Watch the user's position as it changes over time, using the ...

Google API Helps Track Laptops
PC World Latest Technology News — Google has enhanced its Google Gears Geolocation API so that developers can build applications that can track the location of laptop users within 200 meters. The new API, unveiled on Tuesday, builds the initial version of the Geolocation API, which Google Gears developers can use to build Web applications that locate mobile phone users. The API was first released in August. ...

Getting OpenID Into the Browser
O'Reilly Radar - Insight, analysis, and research about emerging technologies. — ... can help us get there. While it started as a project by Google to evolve web browsers faster and add needed features like offline support, it's grown beyond that with offline support now coming in HTML 5 and a new Geolocation API. Today Gears runs on half a dozen different browser/platform combinations including FireFox, Internet Explorer, Safari, Chrome and Android. If there was ever a developer platform to build an Open Source cross browser implementation of what OpenID support might look like, Gears seems like the place to do it. Not only does this mean that ...

Google's Latitude Adds Location-Sharing to Mobile Phones
O'Reilly Radar - Insight, analysis, and research about emerging technologies. — ... Google has actually had many of the tools for building Latitude available to third-parties for a while now. At Where 2.0 last year they announced their intention to release Geolocation Gears API. The other tools needed are ...

Gmail's New 'Add Location' Feature Is Too Honest
Wired: Epicenter — ... to achieve more accurate results. Gears uses wi-fi signals to pin-point your location, and I don't understand what good that would do me on a hardwired desktop PC. Still, I checked out Google's Geolocation API docs, and it seems I could hack together an app that only gathers premises data (usually your building name), and then populate that field with whatever I want ("Mars"). Still, this is not easy. ...

Skyhook Unveils Loads of Browser Location Partner Sites
Wi-Fi Networking News — ... Google, Mozilla, and the W3C are all working on this issue. Google's Gears-based Geolocation API, which works in any browser that supports Gears, was turned into ...

Google Gears Returns to Firefox
Webmonkey — ... Since Gears makes use of a person’s local machine, and since it has the ability to sniff that person’s whereabouts, the enhanced experience it provides is entirely opt-in. ...

Related Content
Gears API Blog: WiFi-based geolocation, anyone?
gearsblog.blogspot.com 2/11/2009 — 10/21/2008 11:59:00 AM Andrei Popescu, Gears Team Guess what? The Gears Geolocation API got even better! We have just released a new version of Gears, 0.4.24.0, which contains an enhanced implementation of the Geolocation API. This new version uses ...
Geolocation API Specification
dev.w3.org 10/7/2008 — 1 - Permission error: the location acquisition failed because the application origin does not have permission to use the Geolocation API. 2 - Location provider error: one or more of the location providers used in the acquisition process reported an ...
Google AJAX Language API - Google Code
code.google.com 11/11/2008 — What is the Google AJAX Language API? With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript. In addition, you can enable transliteration on any textfield or textarea in your web ...
Google Documents List Data API - Google Code
code.google.com 11/1/2008 — The Google Documents List Data API allows client applications to upload documents to Google Documents and list them in the form of Google Data API ("GData") feeds. Your client application can request a list of a user's documents, and query the content ...
Developer's Guide - Google Chart API - Google Code
code.google.com 11/20/2008 — Developer's Guide The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it: http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World ...
Geolocation API Specification
w3.org 3/26/2009 — Example of requesting repeated position updates and handling errors. function scrollMap(position) { // Scrolls the map so that it is centered at (position.coords.latitude, position.coords.longitude). } function handleError(error) { // Update a div ...
Google Webmaster Tools API - Google Code
code.google.com 10/14/2008 — What is the Webmaster Tools API? Google Webmaster Tools is Google's free service for webmasters. See your site as Google sees it, find out any problems we had crawling your site, and share info with us that will help improve your site's visibility in ...
Google Earth API Release Notes - Google Earth API - Google Code
code.google.com 12/5/2008 — Launch of the Google Earth Browser Plug-in for Mac OS X Startup time on Windows has been improved. KML/KMZ parsing and rendering speed has been improved. XML Namespaces are now supported during KML parsing. ( Issue 66 ) Polygons and line strings are ...
Google Visualization API - Google Code
code.google.com 11/3/2008 — How do I start? To use visualizations, read the Developers' Guide . Visit the Visualization Gallery and the Gadget Gallery to see what's available to you. Learn how to make your own data source accessible to any visualization. Read the Creating ...
OpenID for Google Apps - Account Authentication API - Google Code
code.google.com 10/29/2008 — Replace the login box with a button or link that says "Sign in with your Google Account" or "Sign in with your Gmail Account". Relying parties that support multiple identity providers will want to provide a series of links or buttons. ( See example ) ...
Google shows off energy calculatorCNET News.com 10/21/2008
The search giant devotes some precious and powerful home-page real estate to a Halloween-themed tool to reduce energy usage.
Google's Gears gives laptops location smartsCNET News.com 10/21/2008
Browsers and Web applications now can get geographic smarts from an update to the Google Gears technology. Wi-Fi networks give a rough position fix.
Google's open-source Android now actually openCNET News.com 10/21/2008
After years of in-house programming work, Google's mobile-phone operating system is now open-source software. Next: will it catch on as a collaborative project?
Google's CEO is wrong to play politics with the company's brandCNET News.com 10/21/2008
Google's CEO is wrong to play politics with the company's brand -- Google CEO Eric Schmidt should have left his corporate logo behind when stumping for Obama. Audacity: free general-purpose sound-editing tool -- A colleague needed a simple ...
Yahoo Q3 Preview: Weak Numbers, Mass Firings, and Google Deal RumorsYahoo! Finance: Tech Ticker 10/21/2008
From Silicon Alley Insider, Oct. 21, 2008:Yahoo reports Q3 this afternoon after the close. We'll be covering the results and conference call live HERE, beginning at 4 p.m. ET, 1 p.m. PT. Press release probably out around 4:15/1:15. Call starts at 5 p.m./2