Requesting Multiple Routes With Labels
In order to differentiate the routes when requesting for alternatives, Routing API v7 provides labels. Enable the route attribute labels
to obtain a response with a set of labels for the requested routes.
https://route.ls.hereapi.com/routing/7.2/calculateroute.json
?apiKey={YOUR_API_KEY}
&waypoint0=geo!52.513343,13.356054
&waypoint1=geo!50.088478,14.432714
&mode=fastest;car;traffic:disabled
&alternatives=2
&routeattributes=labels

Overview
panel. An example of such panel is shown below. Overview
panel 
route:[
{
waypoint: [...],
mode: {...},
shape: [...],
leg: [...],
summary: {...},
maneuverGroup: [...],
label: [
"A2",
"A1"
]
}
]