Traffic Signs
Number of APIs: 7
This API provides a list of traffic sign data in a restricted area predefined by a GeoJSON object for the specific user. Data is generated by Mercedes-Benz vehicles. More information see https://developer.mercedes-benz.com/products/traffic_signs
Contact Support: Name: Mercedes-Benz /developers support team Email: developer@mercedes-benz.com
- 
trafficsigns-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/trafficsigns/export/:jobId 
- 
trafficsigns-export - Triggers the export of the traffic signs data into files POST {{baseUrl}}/trafficsigns/export?fileFormat=csv&compression=none&fileSize=50 
- 
trafficsigns-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/trafficsigns/files/:fileName 
- 
trafficsigns - Retrieve traffic signs restricted to the predefined area of the user GET {{baseUrl}}/trafficsigns?page=<integer>&size=<integer>&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&lonelySign=<boolean>&minConfidence=<float>&permanency=<string>&type=<string> 
- 
trafficsigns - Retrieve traffic signs restricted to the predefined area of the user POST {{baseUrl}}/trafficsigns?page=<integer>&size=<integer> 
- 
geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson 
- 
trafficsigns-export - triggers the export of the traffic signs data into files GET {{baseUrl}}/trafficsigns/export?fileFormat=csv&compression=none&fileSize=50&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&lonelySign=<boolean>&minConfidence=<float>&permanency=<string>&type=<string>