// 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); } }); }); } }
U.S. President Donald Trump meets with Indian Prime Minister Narendra Modi at the White House in Washington, D.C., U.S., February 13, 2025. / REUTERS/Kevin Lamarque/File Photo/File Photo
India said Nov. 17 it had signed a "significant" deal that will see the United States supply nearly 10 percent of the Asian giant's liquefied petroleum gas (LPG) imports, as it seeks to diversify its energy sources.
Relations between Washington and New Delhi plummeted in August after President Donald Trump raised tariffs on India to 50 percent, with US officials accusing the country of fuelling Russia's war in Ukraine by buying its discounted oil.
Trump has claimed that Indian Prime Minister Narendra Modi has agreed to cut its Russian oil imports as part of a prospective trade deal -- something New Delhi has not confirmed.
India and the United States remain in talks, despite disagreements over a range of issues including agricultural trade and the Russian oil purchases.
Minister for Petroleum and Natural Gas Hardeep Singh Puri said India had signed the one-year deal for 2.2 million tonnes per annum of LPG, sourced from the US Gulf Coast, providing "close to 10 percent" of India's annual imports of the fuel.
Puri said it was "the first structured contract of US LPG for the Indian market".
"In our endeavour to provide secure, affordable supplies of LPG to the people of India, we have been diversifying our LPG sourcing," Puri said in a statement, adding that "one of the largest and the world's fastest growing LPG market opens up to the United States".
In October, Indian state-backed refiner HPCL-Mittal Energy said it halted purchases of Russian crude after Washington imposed sanctions on Moscow's two largest oil companies.
Reliance Industries, the privately owned main Indian buyer of Russian crude, has also said it is assessing the implications of the US restrictions, as well as those imposed by the European Union.
India's economy, the fifth-largest in the world, grew at its fastest pace in five quarters in the three months ending June 30, helped by higher government spending and improved consumer sentiment.
But US tariffs continue to overshadow the economy, with experts projecting that they could shave anywhere between 60 to 80 basis points off GDP growth this fiscal year, if there is no relaxation soon.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login