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

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

#include "indexer/feature_data.hpp"


struct OsmElement;

namespace ftype
{
  /// Get the types, name and layer for feature with the tree of tags.
  void GetNameAndType(OsmElement * p, FeatureParams & params);
}