際際滷

際際滷Share a Scribd company logo
locationaware.org
Geocaching.com
Geocaching.com
Fire Eagle
Fire Eagle
LocationAware's goal is to help drive the

standardization of how a user's

geolocation is exposed to a website

through the browser
GPS   Wi-Fi    IP   Cell Tower   ...

              Browser
               DOM
              Website
var geolocator = new navigator.GeolocationRequest();

geolocator.request(function(location) {

  alert(location.latitude + ','+ location.longitude);

});
var geolocator = new navigator.GeolocationRequest();

geolocator.request({

  success: function(location) { /* success */ },

  error: function(err){ /* error */ },

  ...

});
Prototype extension to explore geolocation in the
browser. Available in June

Hosted by Mozilla Labs, powered by Skyhook Wireless

Privacy management
User experience
Use Cases
Discussion
3M+ users
Rich, local listings
locationaware.org
 Mailing List
 Wiki
 Blog
thank you

More Related Content

Where 2.0 2008 - LocationAware.org