Geolocation Lightning Talk, Mandelieu 2008

Matt Womer, <mdw@w3.org>

TPAC08, Mandelieu, France by Coralie Mercier

Geolocation at the W3C

"The mission of the Geolocation Working Group, part of the Ubiquitous Web Applications Activity, is to define a secure and privacy-sensitive interface for using client-side location information in location-aware Web applications."

Geolocation Progress

Geolocation Spec

Geolocation Progress (2)

Demo!

Details:

go!

Code!

Check if geolocation available:

if( !navigator.geolocation ){

Get current position, and when available call this function:

navigator.geolocation.getCurrentPosition(function(pos){
    ...

The rest is up to you!

Thanks!

Questions?