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

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

namespace df
{
// Now only [0-7] values are available.
enum class BatcherBucket
{
  Default = 0,
  Overlay = 1,
  UserMark = 2,
  Routing = 3,
  Traffic = 4,
  Transit = 5
};
}  // namespace df