where 2.0 2008 - locationaware.org

13
locationaware.org

Upload: rsarver

Post on 01-Nov-2014

2.693 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Where 2.0 2008 - LocationAware.org

locationaware.org

Page 2: Where 2.0 2008 - LocationAware.org

Geocaching.com

Page 3: Where 2.0 2008 - LocationAware.org

Geocaching.com

Page 4: Where 2.0 2008 - LocationAware.org

Fire Eagle

Page 5: Where 2.0 2008 - LocationAware.org

Fire Eagle

Page 6: Where 2.0 2008 - LocationAware.org

LocationAware's goal is to help drive the

standardization of how a user's

geolocation is exposed to a website

through the browser

Page 7: Where 2.0 2008 - LocationAware.org

GPS Wi-Fi IP

Browser

Website

DOM

Cell Tower ...

Page 8: Where 2.0 2008 - LocationAware.org

var geolocator = new navigator.GeolocationRequest();

geolocator.request(function(location) {

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

});

Page 9: Where 2.0 2008 - LocationAware.org

var geolocator = new navigator.GeolocationRequest();

geolocator.request({

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

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

...

});

Page 10: Where 2.0 2008 - LocationAware.org

Prototype extension to explore geolocation in the browser. Available in June

Hosted by Mozilla Labs, powered by Skyhook Wireless

Privacy managementUser experienceUse CasesDiscussion

Page 11: Where 2.0 2008 - LocationAware.org

3M+ users

Rich, local listings

Page 12: Where 2.0 2008 - LocationAware.org

locationaware.orgMailing ListWikiBlog

Page 13: Where 2.0 2008 - LocationAware.org

thank you