Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 8, 2011 19:39
Show Gist options
  • Save feedhenry-gists/1015184 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1015184 to your computer and use it in GitHub Desktop.
Geolocation Call
$fh.geo( {interval:5000}, function(res){
alert( 'lon='+res.lon+', lat='+res.lat+', alt='+res.alt+', at='+res.when);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment