Skip to content

Conversation

@IvanDanSantos
Copy link
Contributor

  • Se implementa la opción de poder obtener dos matrices de distancias

** Falta abordar el tema del envío de los parámetros restriction

Copy link
Collaborator

@rfjaimes-simpli rfjaimes-simpli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solo algunos comentarios

// low fmv
double speedRate = 2;
String country = "CL";
String country = "AD";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solo por curiosidad, porque se cambio este country?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Porque cuando estaba haciendo las pruebas internas tenía el mapa de andorra cargado en osrm


// token
String token = "None";
String token = "Token b926b46ddb8f5efab66693961369e0116712adde";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eliminar token

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eliminado

Comment on lines +52 to +55
paramsString = addParamString(paramsString, "speedRate", Double.toString(request.getSpeedRate()));
paramsString = addParamString(paramsString, "country", request.getCountry());
paramsString = addParamString(paramsString, "start_time", request.getStartTime());
paramsString = addParamString(paramsString, "vehicleSubType", request.getVehicleSubType());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esto no estaba enviandose por otro lado? la idea es quede dinamico

@IvanDanSantos IvanDanSantos merged commit 44d2275 into master Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants