organicmaps/routing
Jerry 4ecf03a008
Always show next turn option (#7196)
* Add option to always show the next turn during navigation

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Fix build errors

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Revert adding a setting to always show the next turn, set up the routing session to know when the device is in landscape position, and if it is, don't show the next turn (unless the old logic applies), but show it by default.

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Move landscape check to map framework

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Address review comments

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Always show next turn string, make the top bar take up less space in landscape mode

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Remove unecessary landscape check

Signed-off-by: Jeremiah Miller <jmil@tuta.io>

* Update routing_manager.hpp

Signed-off-by: Jerry <4341884+jm355@users.noreply.github.com>

---------

Signed-off-by: Jeremiah Miller <jmil@tuta.io>
Signed-off-by: Jerry <4341884+jm355@users.noreply.github.com>
Co-authored-by: Jeremiah <jpmil@pm.me>
2024-05-20 21:34:04 +02:00
..
base Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
routes_builder Workaround MSVC bug in std::packaged_task 2024-04-04 23:51:32 +02:00
routing_benchmarks [generator][routing] Ignore "highway=construction". 2024-02-06 21:16:48 -03:00
routing_consistency_tests [3party] Treat gflags as a system header 2023-03-11 12:31:30 +01:00
routing_integration_tests [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_quality Devendor some thridparty deps (#7836) 2024-04-07 00:50:34 +02:00
routing_tests [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
absent_regions_finder.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
absent_regions_finder.hpp [routing] Minor changes to avoid heavy hpp includes. 2021-09-24 07:57:34 +03:00
async_router.cpp [router] Added new route type "Ruler" 2023-08-31 07:29:25 -03:00
async_router.hpp Removed using namespace std 2022-11-11 23:58:50 +03:00
car_directions.cpp [routing] Removed some firing ASSERTs. 2023-05-03 16:12:19 -03:00
car_directions.hpp Directions refactoring + Show speed limit (#2796) 2022-06-27 00:35:50 +03:00
checkpoint_predictor.cpp
checkpoint_predictor.hpp
checkpoints.cpp [routing] Better DebugPrint for checkpoints. 2022-02-07 10:21:38 +03:00
checkpoints.hpp
city_roads.cpp [generator][routing] Build average highway speeds for MWM. 2022-02-18 11:51:44 +03:00
city_roads.hpp [generator][routing] Build average highway speeds for MWM. 2022-02-18 11:51:44 +03:00
city_roads_serialization.hpp
CMakeLists.txt [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
coding.hpp
cross_border_graph.cpp [routing] Minor changes to avoid heavy hpp includes. 2021-09-24 07:57:34 +03:00
cross_border_graph.hpp [routing] Precise CrossBorderGraphSerializer. 2021-09-24 07:57:34 +03:00
cross_mwm_connector.cpp
cross_mwm_connector.hpp [routing] Calculate only start/end sub-routes when choosing best cross-mwm route candidate. 2022-07-26 19:55:11 +03:00
cross_mwm_connector_serialization.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
cross_mwm_graph.cpp [routing] Calculate only start/end sub-routes when choosing best cross-mwm route candidate. 2022-07-26 19:55:11 +03:00
cross_mwm_graph.hpp [routing] Calculate only start/end sub-routes when choosing best cross-mwm route candidate. 2022-07-26 19:55:11 +03:00
cross_mwm_ids.hpp
cross_mwm_index_graph.hpp [routing] Added FeatureSource cache -> speedup GetTwinsByCrossMwmId. 2022-08-11 16:43:10 +03:00
data_source.hpp [routing] Added FeatureSource cache -> speedup GetTwinsByCrossMwmId. 2022-08-11 16:43:10 +03:00
directions_engine.cpp Removed dummy HighwayClass::Error. 2023-05-15 22:57:45 -03:00
directions_engine.hpp [routing] Parse and store turn lane data 2023-03-20 22:38:10 -03:00
directions_engine_helpers.cpp [routing] Fixed possible std::out_of_range for array. 2022-05-26 13:55:10 +03:00
directions_engine_helpers.hpp [routing] Fixed possible std::out_of_range for array. 2022-05-26 13:55:10 +03:00
dummy_world_graph.hpp [routing] Fixed RouteSegment params calculation. 2022-06-29 23:51:48 +03:00
edge_estimator.cpp [routing] Reduced ferry landing penalty. 2023-10-06 11:51:45 -03:00
edge_estimator.hpp [routing] Minor CarEstimator optimization. 2022-12-16 15:08:01 +01:00
fake_edges_container.hpp [routing] Removed Get{Start/Finish}Ending. 2022-02-07 10:21:38 +03:00
fake_ending.cpp Fixed gcc-12 unity build 2023-01-12 22:17:40 +01:00
fake_ending.hpp
fake_feature_ids.hpp
fake_graph.cpp
fake_graph.hpp
fake_vertex.hpp Add missing returns in non-void functions (#2951) 2022-07-17 02:10:37 +02:00
features_road_graph.cpp [generator][routing] Ignore "highway=construction". 2024-02-06 21:16:48 -03:00
features_road_graph.hpp [generator][routing] Ignore "highway=construction". 2024-02-06 21:16:48 -03:00
following_info.hpp [android] Don't show distance in search when location is unknown 2023-07-08 15:05:11 -03:00
geometry.cpp [generator][routing] Ignore "highway=construction". 2024-02-06 21:16:48 -03:00
geometry.hpp [routing] Increase road geometry cache size (10K). 2022-08-11 16:43:10 +03:00
guides_connections.cpp [editor] Metadata edits refactoring. 2022-08-14 16:15:01 +03:00
guides_connections.hpp
guides_graph.cpp [routing] Added type aliases for vector-of-edges. 2021-03-16 18:58:01 +01:00
guides_graph.hpp [routing] Added type aliases for vector-of-edges. 2021-03-16 18:58:01 +01:00
index_graph.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
index_graph.hpp [routing] Fixed RouteSegment params calculation. 2022-06-29 23:51:48 +03:00
index_graph_loader.cpp [routing] Fixed invalid camera. 2024-01-20 08:30:45 -03:00
index_graph_loader.hpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
index_graph_serialization.cpp
index_graph_serialization.hpp
index_graph_starter.cpp [classif] Remove railway-rail-motor_vehicle and associated routing code 2023-06-27 18:55:13 -03:00
index_graph_starter.hpp [routing] Fixed Cross-MWM borders penalty assign. 2022-12-30 18:23:05 +01:00
index_graph_starter_joints.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
index_road_graph.cpp Fixed gcc-12 unity build 2023-01-12 22:17:40 +01:00
index_road_graph.hpp [routing] Fixed RouteSegment params calculation. 2022-06-29 23:51:48 +03:00
index_router.cpp [routing] Better cross-mwm candidates filtering. 2023-08-13 21:34:04 -03:00
index_router.hpp [routing] Enhanced Cross-Mwm candidates strategy. 2022-08-11 16:43:10 +03:00
joint.cpp
joint.hpp
joint_index.cpp
joint_index.hpp
joint_segment.cpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
joint_segment.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
junction_visitor.cpp [routing] Better routing debug. 2022-01-09 09:01:35 +03:00
junction_visitor.hpp [routing] Better routing debug. 2022-01-09 09:01:35 +03:00
latlon_with_altitude.cpp
latlon_with_altitude.hpp
leaps_graph.cpp [routing] Calculate only start/end sub-routes when choosing best cross-mwm route candidate. 2022-07-26 19:55:11 +03:00
leaps_graph.hpp [routing] Calculate only start/end sub-routes when choosing best cross-mwm route candidate. 2022-07-26 19:55:11 +03:00
leaps_postprocessor.cpp [routing] Don't skip dead-end candidates if they (start and finish) belong to one graph's cluster (island). 2022-05-17 10:33:33 +03:00
leaps_postprocessor.hpp
loaded_path_segment.hpp [routing] Fixed RouteSegment params calculation. 2022-06-29 23:51:48 +03:00
maxspeeds.cpp [generator][routing] Store default MWM's speeds for inside/outside a city separately. 2022-04-03 22:38:48 +03:00
maxspeeds.hpp [generator][routing] Store default MWM's speeds for inside/outside a city separately. 2022-04-03 22:38:48 +03:00
maxspeeds_serialization.cpp [generator][routing] Build average highway speeds for MWM. 2022-02-18 11:51:44 +03:00
maxspeeds_serialization.hpp [generator][routing] Store default MWM's speeds for inside/outside a city separately. 2022-04-03 22:38:48 +03:00
mwm_hierarchy_handler.cpp [routing] Cross-MWM border penalty enhancements. 2023-11-05 21:40:32 -03:00
mwm_hierarchy_handler.hpp [routing] Cross-MWM border penalty enhancements. 2023-11-05 21:40:32 -03:00
nearest_edge_finder.cpp [editor] Metadata edits refactoring. 2022-08-14 16:15:01 +03:00
nearest_edge_finder.hpp [routing] Added IndexRouter::PointsOnEdgesSnapping before refactoring. 2022-05-17 10:33:33 +03:00
opening_hours_serdes.cpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
opening_hours_serdes.hpp
pedestrian_directions.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
pedestrian_directions.hpp Directions refactoring + Show speed limit (#2796) 2022-06-27 00:35:50 +03:00
position_accumulator.cpp
position_accumulator.hpp
regions_decl.hpp [routing] Cleanup includes in hpp files. 2022-02-18 11:51:44 +03:00
regions_router.cpp [search] Removed straightforward check for duplicating results. Filter only the most annoying bus stops. 2023-08-09 21:48:45 -03:00
regions_router.hpp [routing] Minor changes to avoid heavy hpp includes. 2021-09-24 07:57:34 +03:00
regions_sparse_graph.cpp [routing] Fixed crash when point doesn't not belong to any MWM (in a gap between). 2021-06-27 09:02:30 +03:00
regions_sparse_graph.hpp [routing] Minor changes to avoid heavy hpp includes. 2021-09-24 07:57:34 +03:00
restriction_loader.cpp [routing] Prettify IndexGraphLoader, put 'const' in IndexGraph. 2022-02-07 10:21:38 +03:00
restriction_loader.hpp
restrictions_serialization.cpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
restrictions_serialization.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
road_access.cpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
road_access.hpp [generator][routing] Added locked=yes access type. 2023-11-22 12:39:58 -03:00
road_access_serialization.cpp
road_access_serialization.hpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
road_graph.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
road_graph.hpp [routing] Minor prettify code. 2022-08-11 16:43:10 +03:00
road_index.cpp
road_index.hpp
road_point.hpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
route.cpp [routing] Fixed invalid camera. 2024-01-20 08:30:45 -03:00
route.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
route_point.hpp
route_weight.cpp Fixed gcc-12 unity build 2023-01-12 22:17:40 +01:00
route_weight.hpp [routing] New RouteWeight::operator< 2022-01-07 18:37:00 +03:00
router.cpp [router] Added new route type "Ruler" 2023-08-31 07:29:25 -03:00
router.hpp [router] Added new route type "Ruler" 2023-08-31 07:29:25 -03:00
router_delegate.cpp
router_delegate.hpp
routing_callbacks.hpp Fix performance-no-automatic-move clang-tidy warnings 2022-12-18 21:29:32 +01:00
routing_exceptions.hpp
routing_helpers.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
routing_helpers.hpp [routing] Filter highway=construction. 2022-12-16 15:08:01 +01:00
routing_options.cpp [routing] Added integration test YeBurg-NChelny. 2023-08-13 21:34:04 -03:00
routing_options.hpp [routing] Added integration test YeBurg-NChelny. 2023-08-13 21:34:04 -03:00
routing_result_graph.hpp [routing] Cleanup includes in hpp files. 2022-02-18 11:51:44 +03:00
routing_session.cpp Always show next turn option (#7196) 2024-05-20 21:34:04 +02:00
routing_session.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_settings.cpp Speed conversion unification (#2993) 2022-07-21 19:35:58 +02:00
routing_settings.hpp [Routing] TurnDirections refactoring (#2508) 2022-05-05 21:06:21 +03:00
ruler_router.cpp [ios] Fixed XCode warnings 2024-03-21 23:45:12 +01:00
ruler_router.hpp [router] Added new route type "Ruler" 2023-08-31 07:29:25 -03:00
segment.cpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
segment.hpp [routing] Minor m_fakeJointSegments routine cleanup. 2023-10-06 11:51:45 -03:00
segmented_route.cpp
segmented_route.hpp
single_vehicle_world_graph.cpp [routing] Reduced ferry landing penalty. 2023-10-06 11:51:45 -03:00
single_vehicle_world_graph.hpp [routing] Fixed Cross-MWM borders penalty assign. 2022-12-30 18:23:05 +01:00
speed_camera.cpp
speed_camera.hpp
speed_camera_manager.cpp Speed conversion unification (#2993) 2022-07-21 19:35:58 +02:00
speed_camera_manager.hpp
speed_camera_prohibition.cpp Road shields for Cyprus + No prohibitions for speed cameras (#2692) 2022-06-09 16:40:37 +03:00
speed_camera_prohibition.hpp [routing] Added debug-cam mode option. 2021-11-23 09:15:24 +03:00
speed_camera_ser_des.cpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
speed_camera_ser_des.hpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
traffic_stash.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
traffic_stash.hpp
transit_graph.cpp [routing] Additional filter of Leaps candidates in cross-MWM. 2022-12-16 15:08:01 +01:00
transit_graph.hpp [routing] Cleanup includes in hpp files. 2022-02-18 11:51:44 +03:00
transit_graph_loader.cpp Fixed gcc-12 unity build 2023-01-12 22:17:40 +01:00
transit_graph_loader.hpp [routing] Store one (not three!) MwmHandle for feature's geometry. 2022-05-12 19:55:01 +03:00
transit_info.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
transit_world_graph.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
transit_world_graph.hpp [routing] Cleanup includes in hpp files. 2022-02-18 11:51:44 +03:00
turn_candidate.hpp
turns.cpp [routing] Fixed unrestricted turn lanes. 2023-04-02 10:34:07 -03:00
turns.hpp [routing] Fixed unrestricted turn lanes. 2023-04-02 10:34:07 -03:00
turns_generator.cpp [routing] Removed some firing ASSERTs. 2023-05-03 16:12:19 -03:00
turns_generator.hpp [Navigation] Refactoring of CarDirectionsEngine and PedestrianDirectionsEngine (#2547) 2022-05-16 19:29:59 +03:00
turns_generator_utils.cpp [Routing] TurnDirections refactoring + bug fixes (#2542) 2022-05-11 20:07:23 +03:00
turns_generator_utils.hpp [Navigation] Refactoring of CarDirectionsEngine and PedestrianDirectionsEngine (#2547) 2022-05-16 19:29:59 +03:00
turns_notification_manager.cpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_notification_manager.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_sound_settings.cpp [turns] Better distance rounding to get the nearest TextId. 2024-01-15 08:32:59 -03:00
turns_sound_settings.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_tts_text.cpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_tts_text.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_tts_text_i18n.cpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
turns_tts_text_i18n.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
vehicle_mask.cpp Fixed gcc-12 unity build 2023-01-12 22:17:40 +01:00
vehicle_mask.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
world_graph.cpp [routing] Fixed Cross-MWM borders penalty assign. 2022-12-30 18:23:05 +01:00
world_graph.hpp [routing] Fixed Cross-MWM borders penalty assign. 2022-12-30 18:23:05 +01:00