@@ -257,7 +257,7 @@ func UpdateDeliveryStatus(c *gin.Context) {
|
|||||||
distance := utils.CalculateDistance(req.Latitude, req.Longitude, destLat, destLon)
|
distance := utils.CalculateDistance(req.Latitude, req.Longitude, destLat, destLon)
|
||||||
log.Printf("📍 [GPS] Distance: %.2f m", distance)
|
log.Printf("📍 [GPS] Distance: %.2f m", distance)
|
||||||
|
|
||||||
if distance > 100 {
|
if distance > 350 {
|
||||||
c.JSON(http.StatusBadRequest, gin.H{
|
c.JSON(http.StatusBadRequest, gin.H{
|
||||||
"error": "Vous êtes trop loin de la destination",
|
"error": "Vous êtes trop loin de la destination",
|
||||||
"current_distance": fmt.Sprintf("%.2f", distance),
|
"current_distance": fmt.Sprintf("%.2f", distance),
|
||||||
|
|||||||
Reference in New Issue
Block a user