Blog Archive

Showing posts with label Geode. Show all posts
Showing posts with label Geode. Show all posts

Tuesday, October 21, 2008

Gears Geolocation API Updated for Wifi

The Google Gears Geolocation API has been updated. The Geolocation API is able to triangulate a mobile phone user's location from nearby cell-phone masts to get a position fix. Now the Geolocation API can also determine a user's position from WiFi signals. That isn't the end of the good news for developers either, because according to the Google UK Developer blog,

"there's no extra work for you as a developer. Gears simply considers Wi-Fi as an additional source of information and will return the best position estimate it can."

This move seems a direct response by Google to Mozilla Labs Geode, which uses Skyhook’s Loki technology to map the Wifi signals in an area to determine location.

The Google Code blog names three services that they say are using the Geolocation API:
Via: Google Code Blog: Introducing the Gears Geolocation API for all laptop WiFi users &
UK Developer Blog: Increased Accuracy for Location in the Browser

_____________

Tuesday, October 7, 2008

Geode for FireFox

Geode
Mozilla Labs have released a plug-in for FireFox called Geode that helps websites work out users' locations. The service uses Skyhook’s Loki technology to map the Wifi signals in your area to your location. Similar to Yahoo's Fire Eagle, Geode users can decide what level of location information they want to reveal to a website, 'exact location', 'neighbourhood', 'city' or 'nothing'.

This service should be of interest to many Google Maps developers. Using Geode it is possible to present a map to users centred on their current location and provides an alternative to Google's own google.loader.ClientLocation function.

Using Geode websites are able to offer up location specific information. So, for example, a music site would be able to automatically work out a user's location and deliver a list of gigs in that town. Fire Eagle and Pownce have already added Geode functionality to their sites.

There is also a demo Food Finder site using Geode to show cafes and restaurants within walking distance of your current location. However, to prove that this is an 'experimental add-on', Food Finder currently won't work for me (no wi-fi signals?) and I just get this rather attractive error message .



Looking at the html of the page I can tell you that Food Finder uses Yelp to load 'coffee', 'tea' and 'cafe' venues around your current location on Google Maps.

Update
Soren Johannessen has produced a test tool to compare Google's geocoder with Geode. Soren says that Geode is more accurate for his address (I can't test it because Geode still doesn't work for me).

Soren's test tool has Danish instructions but it is pretty intuitive so non-Danish speakers should have no problems. The map at the top will show your position as determined by Geode and the bottom map will show your position using Google's geocoder.

________________

Popular Posts