Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Rough Outline

HTML5 Geolocation

function geoCallback(pos) {
  console.log([pos.coords.latitude, pos.coords.longitude, pos.coords.accuracy, pos.timestamp]);
}
navigator.geolocation.getCurrentPosition(geoCallback);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages