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

mwm_tree.hpp « map - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56189469eb6e238909e12c196cb9bcf2d143a9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "routing_common/num_mwm_id.hpp"

#include "storage/country_info_getter.hpp"
#include "storage/storage.hpp"

#include "geometry/tree4d.hpp"

#include <memory>

std::unique_ptr<m4::Tree<routing::NumMwmId>> MakeNumMwmTree(routing::NumMwmIds const & numMwmIds,
                                                            storage::CountryInfoGetter const & countryInfoGetter);