// 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); } }); }); } }
"Tragic" bus crash involving Muslim pilgrims. / X/@saudrahman37
The Indian embassy in Saudi Arabia on Nov. 17 said a "tragic" bus crash involving Muslim pilgrims occurred near the holy city of Medina overnight, with India's Prime Minister Narendra Modi offering his condolences.
"Deeply saddened by the accident in Medina involving Indian nationals. My thoughts are with the families who have lost their loved ones," the prime minister wrote on X.
"I pray for the swift recovery of all those injured. Our Embassy in Riyadh and consulate in Jeddah are providing all possible assistance," he added.
Indian media reported dozens had potentially been killed in the incident, though officials have yet to provide a toll.
Transporting worshippers around Saudi Arabia's holy sites has frequently proven dangerous, particularly during the hajj, when roads can be chaotic with buses creating interminable traffic jams.
Millions also visit Saudi Arabia for the umrah pilgrimage, which happens outside of the hajj period.
In March 2023, a bus ferrying pilgrims to the holy city of Mecca burst into flames after a collision on a bridge, killing 20 people and injuring more than two dozen others.
And in October 2019, some 35 foreigners were killed and four others injured when a bus collided with another heavy vehicle near Medina.
Pilgrimages are an essential component of Saudi Arabia's burgeoning tourism sector that officials hope will help diversify the kingdom's economy away from fossil fuels.
The Gulf kingdom is also home to more than two million Indian nationals who have long played a pivotal role in its labour market, helping construct many of the country's mega-projects while sending billions of dollars in remittances back home each year.
Saudi Arabia and India have fostered a close relationship for decades.
India's rapidly developing economy relies heavily on petroleum imports, with Saudi Arabia ranked as its third-largest supplier, according to the Indian foreign ministry.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login