organicmaps/map
Kiryl Kaveryn 6bb3dd5af5 [map] fix track selection
1. pass point with coodinates explicitly instead of calc the point by distance on every selection update
2. removed default track selection because the tracks should not have default marks
3. remove isInteractive property because all tracks are interactive now
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-11 13:20:10 +04:00
..
benchmark_tool [3party] Treat gflags as a system header 2023-03-11 12:31:30 +01:00
extrapolation 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
extrapolation_benchmark Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
map_integration_tests [coding] Prettify uint32 <-> double coordinates conversion. 2022-11-13 14:01:29 +01:00
map_tests [map] refactor ElevationInfo and implement it as a Track property 2024-12-11 13:20:10 +04:00
mwm_tests [base] Renamed XXXThreadPool for better understanding. 2024-05-27 23:17:15 -03:00
power_management Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
style_tests [styles] Rename styles to default/vehicle/outdoors + light/dark 2024-05-23 00:16:43 -03:00
transit [C++20] Use starts_with and ends_with 2024-06-07 13:11:00 -03:00
api_mark_point.cpp
api_mark_point.hpp Renamed old stuff 2021-11-08 12:39:52 +01:00
benchmark_tools.cpp [3party] Separate cppjansson from 3party jansson 2023-01-03 23:12:24 +01:00
benchmark_tools.hpp
bookmark.cpp [styles] Improve information icons and add search and bookmark icons 2024-10-13 12:09:59 -03:00
bookmark.hpp [bookmarks] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01:00
bookmark_helpers.cpp [styles] Improve information icons and add search and bookmark icons 2024-10-13 12:09:59 -03:00
bookmark_helpers.hpp [bookmarks] delete category files by moving to the .Trash dir 2024-08-15 12:59:33 +02:00
bookmark_manager.cpp [map] fix track selection 2024-12-11 13:20:10 +04:00
bookmark_manager.hpp [map] fix track selection 2024-12-11 13:20:10 +04:00
bookmarks_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
chart_generator.cpp [styles] Rename styles to default/vehicle/outdoors + light/dark 2024-05-23 00:16:43 -03:00
chart_generator.hpp Simplify (smooth) road altitudes chart. 2022-09-24 17:17:23 +03:00
CMakeLists.txt [search] Minor code enhancements around FreatureType::GetHouseNumber. 2023-04-30 10:55:00 -03:00
elevation_info.cpp [map] refactor ElevationInfo and implement it as a Track property 2024-12-11 13:20:10 +04:00
elevation_info.hpp [map] refactor ElevationInfo and implement it as a Track property 2024-12-11 13:20:10 +04:00
everywhere_search_callback.cpp [search] Added mutable for lambdas with move. 2022-08-21 13:49:18 +03:00
everywhere_search_callback.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
everywhere_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
features_fetcher.cpp [search] ToDo for m_bordersRect. 2022-10-06 10:26:34 +03:00
features_fetcher.hpp Fixed bug with ForEachFeatureIDInRect usage. 2023-07-02 11:47:40 -03:00
framework.cpp [map] fix track selection 2024-12-11 13:20:10 +04:00
framework.hpp [core] Implement products configuration (#9695) 2024-11-25 12:32:01 -03:00
framework_visualize.cpp [generator] City boundaries refactoring. 2023-11-22 12:39:58 -03:00
gps_track.cpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track.hpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track_collection.cpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track_collection.hpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track_filter.cpp Replaced GpsTrackInfo with GpsInfo 2024-08-27 11:50:16 +02:00
gps_track_filter.hpp Replaced GpsTrackInfo with GpsInfo 2024-08-27 11:50:16 +02:00
gps_track_storage.cpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track_storage.hpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_tracker.cpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_tracker.hpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
isolines_manager.cpp Removed obsolete mwm traits functions. 2021-08-12 23:23:38 +02:00
isolines_manager.hpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
mwm_tree.hpp
mwm_url.cpp [map] add InAppFeatureHighlightRequest and parse feature key 2024-10-04 10:34:08 +03:00
mwm_url.hpp [map] add InAppFeatureHighlightRequest and parse feature key 2024-10-04 10:34:08 +03:00
osm_opening_hours.hpp
place_page_info.cpp Issue 391. Add setting for change map language. 2024-11-06 16:14:24 -03:00
place_page_info.hpp [bookmarks] [android] bring back AddBusiness to the PP 2024-08-18 22:02:16 +02:00
position_provider.hpp
routing_manager.cpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_manager.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_mark.cpp Avoid unnecessary Locale copying in ToStringPrecisionLocale (#8896) 2024-08-13 09:48:09 +02:00
routing_mark.hpp [routing] Update m_replaceWithMyPosition variable name 2024-04-25 22:08:19 +02:00
search_api.cpp Issue 391. Add setting for change map language. 2024-11-06 16:14:24 -03:00
search_api.hpp [search] Added lower bound threshold for the viewport search. 2024-02-04 22:24:54 -03:00
search_mark.cpp [styles] Improve information icons and add search and bookmark icons 2024-10-13 12:09:59 -03:00
search_mark.hpp [styles] Add SVG search result icons using current POI icons 2024-09-10 19:10:34 -03:00
search_product_info.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
track.cpp [map] fix track selection 2024-12-11 13:20:10 +04:00
track.hpp [map] fix track selection 2024-12-11 13:20:10 +04:00
track_mark.cpp
track_mark.hpp
traffic_manager.cpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
traffic_manager.hpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
user_mark.cpp [core][ios] Cleaned up Booking, guides, ugc, taxi 2021-04-22 08:11:07 +03:00
user_mark.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
user_mark_id_storage.cpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
user_mark_id_storage.hpp
user_mark_layer.cpp [bookmarks] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01:00
user_mark_layer.hpp [bookmarks] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01:00
viewport_search_callback.cpp [desktop] Fixed search table update - always replace old results with new ones. 2022-10-04 09:18:53 +03:00
viewport_search_callback.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
viewport_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00