organicmaps/routing
zyphlar 13071a609c Add recalculating TTS announcement
Signed-off-by: zyphlar <zyphlar@users.noreply.github.com>
2025-03-01 09:01:15 +00:00
..
base Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
routes_builder [base] Renamed XXXThreadPool for better understanding. 2024-05-27 23:17:15 -03:00
routing_benchmarks [generator][routing] Ignore "highway=construction". 2024-02-06 21:16:48 -03:00
routing_consistency_tests
routing_integration_tests [tests][routing] Add a comment to the controversial UK_Canterbury_AvoidDismount bicycle test 2025-02-07 17:14:12 +03:00
routing_quality Devendor some thridparty deps (#7836) 2024-04-07 00:50:34 +02:00
routing_tests Renamed m_speedMpS to m_speed because MpS can be read as Miles per second or Meters per second 2024-08-27 11:50:16 +02:00
absent_regions_finder.cpp
absent_regions_finder.hpp
async_router.cpp [router] Added new route type "Ruler" 2023-08-31 07:29:25 -03:00
async_router.hpp
car_directions.cpp
car_directions.hpp
checkpoint_predictor.cpp
checkpoint_predictor.hpp
checkpoints.cpp
checkpoints.hpp
city_roads.cpp
city_roads.hpp
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
cross_border_graph.hpp
cross_mwm_connector.cpp
cross_mwm_connector.hpp
cross_mwm_connector_serialization.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
cross_mwm_graph.cpp
cross_mwm_graph.hpp
cross_mwm_ids.hpp
cross_mwm_index_graph.hpp
data_source.hpp
directions_engine.cpp
directions_engine.hpp
directions_engine_helpers.cpp
directions_engine_helpers.hpp
dummy_world_graph.hpp
edge_estimator.cpp [routing] Reduced ferry landing penalty. 2023-10-06 11:51:45 -03:00
edge_estimator.hpp
fake_edges_container.hpp
fake_ending.cpp
fake_ending.hpp
fake_feature_ids.hpp
fake_graph.cpp
fake_graph.hpp
fake_vertex.hpp
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-auto] Fix turn directions 2024-08-06 11:18:46 -03:00
geometry.cpp [generator] Fixed possible bug in MaxspeedsMwmCollector. 2025-02-09 15:11:56 +03:00
geometry.hpp
guides_connections.cpp
guides_connections.hpp
guides_graph.cpp
guides_graph.hpp
index_graph.cpp
index_graph.hpp
index_graph_loader.cpp [routing] Better log when failed to load graph. 2024-11-12 22:40:32 -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 [routing] Better log when failed to load graph. 2024-11-12 22:40:32 -03:00
index_graph_starter.cpp
index_graph_starter.hpp
index_graph_starter_joints.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
index_road_graph.cpp
index_road_graph.hpp
index_router.cpp [routing] Better cross-mwm candidates filtering. 2023-08-13 21:34:04 -03:00
index_router.hpp
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
junction_visitor.hpp
latlon_with_altitude.cpp
latlon_with_altitude.hpp
leaps_graph.cpp
leaps_graph.hpp
leaps_postprocessor.cpp
leaps_postprocessor.hpp
loaded_path_segment.hpp
maxspeeds.cpp
maxspeeds.hpp
maxspeeds_serialization.cpp
maxspeeds_serialization.hpp
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
nearest_edge_finder.hpp
opening_hours_serdes.cpp
opening_hours_serdes.hpp
pedestrian_directions.cpp
pedestrian_directions.hpp
position_accumulator.cpp
position_accumulator.hpp
regions_decl.hpp
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
regions_sparse_graph.cpp
regions_sparse_graph.hpp
restriction_loader.cpp
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
road_graph.hpp
road_index.cpp
road_index.hpp
road_point.hpp [generator] Way->Node collectors refactoring. 2023-11-22 12:39:58 -03:00
route.cpp Increase logging for direction calculation and TTS (#8911) 2024-08-13 21:07:35 +02:00
route.hpp [android-auto] Fix turn directions 2024-08-06 11:18:46 -03:00
route_point.hpp
route_weight.cpp [generator] Added RoadGeometry points stats. 2025-02-09 15:11:56 +03:00
route_weight.hpp
router.cpp Removed support of "helicopter" route type. Backward compatibility is not needed anymore. 2024-08-31 16:33:14 +02: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
routing_exceptions.hpp
routing_helpers.cpp [routing] Log maneuvers for DEBUG only. 2024-11-12 22:40:32 -03:00
routing_helpers.hpp
routing_options.cpp Use string_view for Settings key to avoid useless std::string key instances. 2024-11-20 12:30:37 -03:00
routing_options.hpp Use string_view for Settings key to avoid useless std::string key instances. 2024-11-20 12:30:37 -03:00
routing_result_graph.hpp
routing_session.cpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00:00
routing_session.hpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00:00
routing_settings.cpp
routing_settings.hpp
ruler_router.cpp Ruler router fix (#9421) 2024-10-02 13:40:00 -03: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
speed_camera.cpp
speed_camera.hpp
speed_camera_manager.cpp Use string_view for Settings key to avoid useless std::string key instances. 2024-11-20 12:30:37 -03:00
speed_camera_manager.hpp Use string_view for Settings key to avoid useless std::string key instances. 2024-11-20 12:30:37 -03:00
speed_camera_prohibition.cpp [C++20] Use starts_with and ends_with 2024-06-07 13:11:00 -03:00
speed_camera_prohibition.hpp
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
traffic_stash.hpp
transit_graph.cpp
transit_graph.hpp
transit_graph_loader.cpp
transit_graph_loader.hpp
transit_info.hpp Unified kInvalidFeatureId. 2023-12-11 08:09:04 -03:00
transit_world_graph.cpp
transit_world_graph.hpp
turn_candidate.hpp
turns.cpp
turns.hpp
turns_generator.cpp
turns_generator.hpp
turns_generator_utils.cpp
turns_generator_utils.hpp
turns_notification_manager.cpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00:00
turns_notification_manager.hpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00: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 Pass NextStreet to TTS for pedestrians as well as "cars" (everyone else) 2024-08-08 14:03:06 +02:00
turns_tts_text.cpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00:00
turns_tts_text.hpp Add recalculating TTS announcement 2025-03-01 09:01:15 +00:00
turns_tts_text_i18n.cpp [C++20] Use starts_with and ends_with 2024-06-07 13:11:00 -03: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
vehicle_mask.hpp
world_graph.cpp
world_graph.hpp