Skip to main content

Get general map points

GET 

/truckers/map/points

This endpoint returns general points of interest on the map for carriers. It does not require authentication and is publicly accessible.

The points include relevant locations such as rest areas, logistics centers, and useful landmarks for route planning.

Example use cases:

  • Display key points on the application map
  • Provide geographical context when planning trips
  • Integrate with navigation systems

Typical response:

[
{
id: a1b2c3d4-e5f6-7890,
type: logistic_center,
location: {
lat: 40.416775,
lng: -3.703790
}
}
]

Responses

Points successfully obtained.