Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-23[search] Temporary solution: sort results by it's real distance for AROUND_PO...vng
2015-09-23Emit "end search marker" with cancelled flag. It helps to determine whether ...vng
2015-09-23Add some functions for search result's interface.vng
2015-09-23[search] Do not add duplicating results after additional search.vng
2015-09-23[search] Search all features for empty query in 3 steps: from small viewport ...vng
2015-09-23[ios] Added flags to search results when radar mode is not enabledAlex Zolotarev
2015-09-23[search] Remove direction calculating for intermediate results.vng
2015-09-23[search] Dummy thread search with 2 mutex and RunAsync.vng
2015-09-23[search] Result feature type string in 'human' format (using categories).vng
2015-09-23[search] Add flag to final search results. Close #510.vng
2015-09-23[search] Pass results by with one callback call. Search near My Position mode.vng
2015-09-23Fix region name getting from mwm file name.vng
2015-09-23[search] Return feature center in results.Yury Melnichek
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23[ios] Fixed category text click in the searchAlex Zolotarev
2015-09-23Enchanced search result GUI.vng
2015-09-23[search] Add angle from center of viewport to the return result.Yury Melnichek
2015-09-23[search] Calculate distance to search results.Yury Melnichek
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23[search] Introduce IntermediateResult.Yury Melnichek
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek