Map - Filter - Details
GET/map/filters/:filter
Returns the enabled filters for a specific filter. You can see the filters we have in the database at /map/filters.
They are used in the map events request /map/points as optional parameters to fetch the important points to be displayed on the map.
Within these options, we have subcategories of filters that correspond to specifications of types. Each of the categories has particular subtypes, but we use the example of COMMON_SERVICES.
- ATM - If there is an ATM or a place to withdraw money.
- CATERING - If there is a restaurant (or café) for meals.
- PARKING - If there is designated parking available.
- SHOWERS - If there are showers or personal hygiene facilities available.
- TOILETS - If there is a restroom available for truck drivers.
- WASHING_MACHINE - If there is a place with washing machines or similar facilities.
- WIFI - If there is an internet connection available for truck drivers.
Request
Responses
- 200
OK