You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is already known, anyway I just successfully reverse-engineered SendNavigation endpoint:
actions/send-navigation
{
"data": {
"type": "SendNavigation",
"attributes": {
"downloadTrafficInfo": false, // true/false or 0/1
"destinations": [ // Server note: "size must be between 1 and 5"
{
"id": 1, // Server note: "must be between 1 and 5"
"latitude": 42,
"longitude": 12,
"calculationCondition": 0 // (Server notes: "must be between 0 and 3") (Probably "shorter", "faster", "eco",...)
}
]
}
}
}
}
Not yet checked what happened onboard...
The text was updated successfully, but these errors were encountered:
I don't know if this is already known, anyway I just successfully reverse-engineered SendNavigation endpoint:
actions/send-navigation
Not yet checked what happened onboard...
The text was updated successfully, but these errors were encountered: