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

  1. trafficsigns-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/trafficsigns/export/:jobId

  2. trafficsigns-export - Triggers the export of the traffic signs data into files POST {{baseUrl}}/trafficsigns/export?fileFormat=csv&compression=none&fileSize=50

  3. trafficsigns-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/trafficsigns/files/:fileName

  4. 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>

  5. trafficsigns - Retrieve traffic signs restricted to the predefined area of the user POST {{baseUrl}}/trafficsigns?page=<integer>&size=<integer>

  6. geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson

  7. 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>