Skip to content

Feature/prd 1102 Remove routing bridge between MapView and native SDK - #683

Open
adrian-situm wants to merge 7 commits into
developfrom
feature/PRD-1102
Open

Feature/prd 1102 Remove routing bridge between MapView and native SDK#683
adrian-situm wants to merge 7 commits into
developfrom
feature/PRD-1102

Conversation

@adrian-situm

Copy link
Copy Markdown

No description provided.

Logger.info("Navigation interceptor: ${navigationRequest.toMap()}");
// navigationRequest.distanceToGoalThreshold = 10.0;
// ...
});

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

La lógica de los interceptores de navegación y rutas fue removida y las funciones deprecadas. Esta linea ya no hacía nada.

Comment thread lib/src/message_handlers.dart Outdated
@Deprecated('The routing bridge between the MapView and the native SDK '
'has been removed. This handler is kept for backward compatibility '
'and has no effect.')
class DirectionsMessageHandler implements MessageHandler {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Todos os "message handler" son de uso interno, non público.
Esto deberías poder eliminalo. Creo que o feito de que sexa pública esta clase é un fallo pola nosa parte (non ten sentido o seu uso por parte de integradores), non creo que teñamos que deprecala.

Comment thread lib/src/message_handlers.dart Outdated

@Deprecated('The legacy routing bridge no longer uses this method. '
'It is kept for backward compatibility and has no effect.')
void populateDirectionsRequest(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Igual, esto non ten uso desde fóra.

Comment thread lib/src/message_handlers.dart Outdated
@Deprecated('The navigation bridge between the MapView and the native SDK '
'has been removed. This handler is kept for backward compatibility '
'and has no effect.')
class NavigationMessageHandler implements MessageHandler {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ídem.

Comment thread lib/src/message_handlers.dart Outdated
@Deprecated('The navigation bridge between the MapView and the native SDK '
'has been removed. This handler is kept for backward compatibility '
'and has no effect.')
class NavigationStopMessageHandler implements MessageHandler {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Again xD

Comment thread lib/wayfinding.dart Outdated
const WV_MESSAGE_AR_REQUESTED = "augmented_reality.requested";
const WV_MESSAGE_CARTOGRAPHY_POI_DESELECTED = "cartography.poi_deselected";
const WV_MESSAGE_CARTOGRAPHY_POI_SELECTED = "cartography.poi_selected";
@Deprecated('The routing bridge between the MapView and the native SDK has '

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Máis do mismo, si alguén está usando estas constantes é porque está metendo os morros onde non lle chaman. Podemos borralas, son totalmente internas e non forman parte da API pública (polo menos non conscientemente).

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