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
Matching Return Type of HybridRouteLayer and RouteLayer
Feature Request
Description
I think matching the return type of HybridRouteLayer and RouteLayer is a good idea. This would ensure consistency across different route layers and simplify the integration process.
Rationale
Consistency: Having consistent return types across different route layers will make the codebase easier to understand and maintain.
Ease of Use: Developers will find it easier to work with both layers if they have the same return type, reducing the learning curve and potential for errors.
Integration: Simplifies the process of integrating different route layers within the same application, leading to a more seamless development experience.
The text was updated successfully, but these errors were encountered:
Kim-Eungseo
changed the title
How about returning value of calling HybridRouteLayer with class RouteChoice?
Matching Return Type of HybridRouteLayer and RouteLayer
May 18, 2024
Matching Return Type of HybridRouteLayer and RouteLayer
Feature Request
Description
I think matching the return type of
HybridRouteLayer
andRouteLayer
is a good idea. This would ensure consistency across different route layers and simplify the integration process.Rationale
Possible Implementation
The text was updated successfully, but these errors were encountered: