// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
रमांक भारती /
नापा के भारतीय मूल के रमांक भारती को 23 मई को गवर्नर गेविन न्यूसम द्वारा कैलिफोर्निया हाई-स्पीड रेल अथॉरिटी में जोखिम प्रबंधन और परियोजना नियंत्रण (Risk Management and Project Controls) के डायरेक्टर के रूप में नियुक्त किया गया। इस पद के लिए उन्हें $225,000 का वार्षिक वेतन दिया जाएगा। इसी के साथ बता दें, इस पद के लिए सीनेट की मंजूरी की आवश्यकता नहीं है।
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login