Geolocation

Sur mobile (android/chrome),

  navigator.geolocation.getCurrentPosition(
     function(a) { alert(a); },
     function(b) { alert(b.code); }, 
     {maximumAge: 60000});