// 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); } }); }); } }

અરુણ અગ્રવાલ ડલ્લાસ સ્થિત સમૂહ નેક્સ્ટના સીઇઓ, ટેક્સાસ ઇકોનોમિક ડેવલપમેન્ટ કોર્પોરેશનના અધ્યક્ષ, ભારતીય અમેરિકન સીઇઓ કાઉન્સિલના સહ-અધ્યક્ષ અને ડલ્લાસ પાર્ક એન્ડ રિક્રિએશન બોર્ડના અધ્યક્ષ છે અને ટ્રમ્પ 47 માટે ભારતીય અમેરિકન નેતૃત્વ પરિષદના અધ્યક્ષ છે.